mirror of
https://github.com/koloideal/Argenta.git
synced 2026-06-10 10:05:28 +03:00
new command new)
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
from typer import Typer
|
||||
|
||||
from .commands import run_handler, init_handler
|
||||
from .commands import run_handler, init_handler, new_handler
|
||||
|
||||
|
||||
def main():
|
||||
app = Typer()
|
||||
app.command("run")(run_handler)
|
||||
app.command("init")(init_handler)
|
||||
app.command("new")(new_handler)
|
||||
app()
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
||||
Reference in New Issue
Block a user