You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug addCmd prints an empty string for missing commands, see this clear diagnosis in #8433.
To Reproduce
Steps to reproduce the behavior:
try to modify the relevant part of cabal help output.
Place an `addCmd "weird-command".
Expected behavior
Undecided between: a simple "??? unrecognised command" in the help or a more stern failing assertion (latter option only if help is part of tests somehow).
System information
Debian
HEAD
The text was updated successfully, but these errors were encountered:
Describe the bug
addCmd
prints an empty string for missing commands, see this clear diagnosis in #8433.To Reproduce
Steps to reproduce the behavior:
cabal help
output.Expected behavior
Undecided between: a simple "??? unrecognised command" in the help or a more stern failing assertion (latter option only if
help
is part of tests somehow).System information
The text was updated successfully, but these errors were encountered: