Add initial CLI support
This commit is contained in:
parent
e16d67e2f8
commit
22a9c68611
14 changed files with 168 additions and 26 deletions
5
trovedb/cli/__main__.py
Normal file
5
trovedb/cli/__main__.py
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env python3
|
||||
"""Command-line interface for trovedb"""
|
||||
|
||||
from ._cli_main import main
|
||||
main()
|
||||
Loading…
Add table
Add a link
Reference in a new issue