You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 2, 2021. It is now read-only.
Running a Spectre-enabled app without any arguments shows the help text and available commands. Likewise, running an individual command with the help switches set in SetHelpOption shows the help for the command.
However, I would expect that using the same option (from SetHelpOption) with the top-level executable should also display available commands etc, same as running without any arguments does.
Running a Spectre-enabled app without any arguments shows the help text and available commands. Likewise, running an individual command with the help switches set in
SetHelpOption
shows the help for the command.However, I would expect that using the same option (from
SetHelpOption
) with the top-level executable should also display available commands etc, same as running without any arguments does.That is, I would say that running:
and
...should give the same output.
Sample repo included here
The text was updated successfully, but these errors were encountered: