Implemented info command
This commit is contained in:
parent
0f5bb8f04d
commit
3790ab6c65
3 changed files with 36 additions and 0 deletions
2
cli
2
cli
|
@ -7,6 +7,7 @@ import sort
|
|||
import importer
|
||||
import serve
|
||||
import autosort
|
||||
import info
|
||||
|
||||
from helper import build_database_filename, create_dirs
|
||||
from sqlalchemy import create_engine
|
||||
|
@ -40,4 +41,5 @@ if __name__ == '__main__':
|
|||
cli.add_command(importer.command)
|
||||
cli.add_command(serve.command)
|
||||
cli.add_command(autosort.command)
|
||||
cli.add_command(info.command)
|
||||
cli()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue