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 26, 2026. It is now read-only.
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 :)