Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Spin up --help on multi trigger not clear #2252

Closed
karthik2804 opened this issue Jan 27, 2024 · 0 comments · Fixed by #2256
Closed

Spin up --help on multi trigger not clear #2252

karthik2804 opened this issue Jan 27, 2024 · 0 comments · Fixed by #2256

Comments

@karthik2804
Copy link
Contributor

When running the spin up --help in a multi-trigger app, the output prints the help options of both but there is no way to identify which set of options belong to which trigger.

actual:

$ spin up --help                 
spin-up 
Start the Spin application

USAGE:
    spin up [OPTIONS]

OPTIONS:
        ...
TRIGGER OPTIONS:
        ...
TRIGGER OPTIONS:
        ...

expected:

$ spin up --help                 
spin-up 
Start the Spin application

USAGE:
    spin up [OPTIONS]

OPTIONS:
        ...
HTTP TRIGGER OPTIONS:
        ...
REDIS TRIGGER OPTIONS:
        ...
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant