mirror of
https://github.com/onyx-and-iris/vban-cli.git
synced 2026-04-18 11:23:31 +00:00
add missing help messages
patch bump
This commit is contained in:
@@ -7,7 +7,11 @@ from . import validation
|
||||
from .context import Context
|
||||
from .help import BaseHelpFormatter
|
||||
|
||||
app = App(name='recorder', help_formatter=BaseHelpFormatter())
|
||||
app = App(
|
||||
name='recorder',
|
||||
help='Control the recorder playback and recording',
|
||||
help_formatter=BaseHelpFormatter(),
|
||||
)
|
||||
|
||||
|
||||
@app.command(name='play')
|
||||
|
||||
Reference in New Issue
Block a user