Move CLI to own package
This commit is contained in:
parent
d23f364f71
commit
7a1226b232
12 changed files with 273 additions and 179 deletions
6
cli/cli.py
Normal file
6
cli/cli.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
import typer
|
||||
|
||||
app = typer.Typer(
|
||||
name="FeedVault CLI",
|
||||
no_args_is_help=True,
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue