Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Single Command CLI symbol display on the help output when the command fails #1111

Closed
Domix24 opened this issue Jun 12, 2024 · 0 comments · Fixed by #1112
Closed

Single Command CLI symbol display on the help output when the command fails #1111

Domix24 opened this issue Jun 12, 2024 · 0 comments · Fixed by #1112

Comments

@Domix24
Copy link
Contributor

Domix24 commented Jun 12, 2024

Describe the bug
The single command CLI symbols is showing on the help output when the single commands fails,
example: a single command with a required argument not specified or invalid flag combinaison (

To Reproduce
Steps to reproduce the behavior:

  1. Switch any project into single-cli-mode (setup the oclif config as such)
  2. With the bin/dev.js, make the command fail
  3. See error

Expected behavior
The same behavior as the --help flag

Screenshots
With the --help flag
with --help
Without the help flag and without a required argument (directory in my case)
without --help

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant