upgrade command-line docs for sourmash sig
subcommands
#1612
Labels
good second issue
Second-tier issues for newer developers!
repeatable quest
Issues with many, many subtasks; good for people new to codebase.
The various
sourmash sig
subcommands (cat, extract, etc) do not give very useful information when invoked on the command line without any arguments --to address this:
src/sourmash/cli/sig/cat.py
)description=__doc__
andusage=usage
argument to thesubparser.add_parser(...)
call; seesrc/sourmash/compute.py
for an example__doc__
andusage
strings from the command-line docsThis can also be done for many other commands than just the
sourmash sig
, too ;).The text was updated successfully, but these errors were encountered: