mirror of
https://github.com/onyx-and-iris/vban-cli.git
synced 2026-04-16 02:23:30 +00:00
add missing help messages
patch bump
This commit is contained in:
@@ -5,7 +5,11 @@ from cyclopts import App, Argument, Parameter
|
||||
from .context import Context
|
||||
from .help import StripHelpFormatter
|
||||
|
||||
app = App(name='gate', help_formatter=StripHelpFormatter())
|
||||
app = App(
|
||||
name='gate',
|
||||
help='Control the gate settings',
|
||||
help_formatter=StripHelpFormatter(),
|
||||
)
|
||||
|
||||
|
||||
@app.command(name='knob')
|
||||
|
||||
Reference in New Issue
Block a user