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
The clap-generated usage lines in help output use the command's "bin name".
On Windows, the bin name has a ".exe" extension. All of StGit's man pages
and custom usage lines use "stg" without any extension. Insofar as .exe
extensions can be elided on Windows when running executables, plain "stg"
is valid on all platforms. So we set the bin name to "stg" to maintain
consistency in usage statements across StGit subcommands and across target
platforms.
0 commit comments