mirror of
https://github.com/SikongJueluo/Mini-Nav.git
synced 2026-03-12 20:35:31 +08:00
refactor(cli): centralize Typer app creation and command registration
This commit is contained in:
7
mini-nav/commands/app.py
Normal file
7
mini-nav/commands/app.py
Normal file
@@ -0,0 +1,7 @@
|
||||
import typer
|
||||
|
||||
app = typer.Typer(
|
||||
name="mini-nav",
|
||||
help="Mini-Nav: A vision-language navigation system",
|
||||
add_completion=False,
|
||||
)
|
||||
Reference in New Issue
Block a user