Describe the bug
In the help output, custom is listed as possible value for the animation mode and when invoking the cli in this way, no error is produced but the command obviously does fail. custom is handled by the subcommands custom-colors and color-profile-file and should neither be listed in the possible values, nor be accepted by the animation subcommand.
Version
I believe, this exists since the beginning.
To Reproduce
Steps to reproduce the behavior:
Call the application with following argument animation custom fast ffffff
Describe the bug In the help output,
custom
is listed as possible value for the animation mode and when invoking the cli in this way, no error is produced but the command obviously does fail.custom
is handled by the subcommandscustom-colors
andcolor-profile-file
and should neither be listed in the possible values, nor be accepted by theanimation
subcommand.Version I believe, this exists since the beginning.
To Reproduce Steps to reproduce the behavior:
animation custom fast ffffff
Expected behavior
custom
as parameter foranimation
custom
in help output.Logs N/A
Additional context N/A