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
When I enter ./a.out -?, the zsh tell me zsh: no matches found: -?
That make me think that -h is better than -?, so maybe it is a better idea to use -h as default help command. (as far as I know, many programme use -h but not -?)
Thank you.
The text was updated successfully, but these errors were encountered:
Hello Tanakh,
When I enter
./a.out -?
, the zsh tell mezsh: no matches found: -?
That make me think that
-h
is better than-?
, so maybe it is a better idea to use-h
as default help command. (as far as I know, many programme use-h
but not-?
)Thank you.
The text was updated successfully, but these errors were encountered: