Update ecli helptext.

This commit is contained in:
voussoir 2021-11-07 19:35:08 -08:00
parent a686cade94
commit 837820125b
No known key found for this signature in database
GPG key ID: 5F7554F8C26DACCB

View file

@ -513,6 +513,11 @@ DOCSTRING = '''
Etiquette CLI Etiquette CLI
============= =============
This is the command-line interface for Etiquette, so that you can automate your
database and integrate it into other scripts.
The following commands are available:
{add_tag} {add_tag}
{remove_tag} {remove_tag}
@ -549,9 +554,7 @@ Etiquette CLI
{tag_list} {tag_list}
At any time, you may add --silent, --quiet, --debug, --loud to change logging. You can add --yes to avoid the "Commit?" prompt on commands that modify the db.
You can add --yes to avoid the "Commit?" prompt.
TO SEE DETAILS ON EACH COMMAND, RUN TO SEE DETAILS ON EACH COMMAND, RUN
> etiquette_cli.py <command> --help > etiquette_cli.py <command> --help