mirror of
https://github.com/onyx-and-iris/vban-cli.git
synced 2026-04-18 19:33:31 +00:00
add new help formatters for different kinds of commands
This commit is contained in:
@@ -4,9 +4,9 @@ from cyclopts import App, Argument, Parameter
|
||||
|
||||
from . import console
|
||||
from .context import Context
|
||||
from .help import CustomHelpFormatter
|
||||
from .help import BusHelpFormatter
|
||||
|
||||
app = App(name='bus', help_formatter=CustomHelpFormatter())
|
||||
app = App(name='bus', help_formatter=BusHelpFormatter())
|
||||
# See https://github.com/onyx-and-iris/vban-cli?tab=readme-ov-file#implementation-notes - 1.
|
||||
# app.command(eq.app.meta, name='eq')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user