Running application with special command
This commit is contained in:
parent
bbaeb40952
commit
3d466c8e82
3 changed files with 16 additions and 0 deletions
|
@ -0,0 +1,5 @@
|
|||
__all__ = [
|
||||
"cli",
|
||||
]
|
||||
|
||||
from .cli import cli
|
6
src/rectes/cli.py
Normal file
6
src/rectes/cli.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
import click
|
||||
|
||||
|
||||
@click.command()
|
||||
def cli():
|
||||
print("Hello, world")
|
Loading…
Add table
Add a link
Reference in a new issue