6 lines
87 B
Python
6 lines
87 B
Python
import typer
|
|
|
|
app = typer.Typer(
|
|
name="FeedVault CLI",
|
|
no_args_is_help=True,
|
|
)
|