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
for most command line tools, when calling the --help, they also include a short line that describes what the tool does, for example:
❱ cat --help
Usage: cat [OPTION]... [FILE]...
Concatenate FILE(s) to standard output.
I would like to see something like this for htcanalyze, too :)
Hey,
for most command line tools, when calling the --help, they also include a short line that describes what the tool does, for example:
❱ cat --help
Usage: cat [OPTION]... [FILE]...
Concatenate FILE(s) to standard output.
I would like to see something like this for htcanalyze, too :)