mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-27 13:14:24 -04:00
update docstrings and comments
This commit is contained in:
parent
ab68819332
commit
2f0dbeebc1
4 changed files with 6 additions and 5 deletions
|
@ -8,7 +8,7 @@ from importlib import import_module
|
|||
CLI_DIR = os.path.dirname(os.path.abspath(__file__))
|
||||
|
||||
# these common commands will appear sorted before any others for ease-of-use
|
||||
display_first = ('help', 'version', 'init', 'list', 'update', 'add', 'remove')
|
||||
display_first = ('help', 'version', 'init', 'info', 'list', 'update', 'add', 'remove')
|
||||
|
||||
# every imported command module must have these properties in order to be valid
|
||||
required_attrs = ('__package__', '__command__', 'main')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue