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