feedvault.se/cli/cli.py

6 lines
87 B
Python

import typer
app = typer.Typer(
name="FeedVault CLI",
no_args_is_help=True,
)