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
Perhaps add an option in the lo4j properties not to spit out the help file content for a misconfigured command line config option?
Some of these help file entries are pretty large, and can make it difficult to see what the input error was in environments with limited scrollback capability.
This is a minor request to improve usability in difficult environments.
The text was updated successfully, but these errors were encountered:
Some command line tools have the notion of short and long usage messages. You get an abbreviated message if you screw up the command line, and a longer one if you use the help option. That might be something to consider.
For example:
$ tar foo
tar: Old option 'f' requires an argument.
Try 'tar --help' or 'tar --usage' for more information.
$ cp foo
cp: missing destination file operand after ‘foo’
Try 'cp --help' for more information.
I've also seen cases where there's abbreviate usage info like "mycmd filename [options]".
Perhaps add an option in the lo4j properties not to spit out the help file content for a misconfigured command line config option?
Some of these help file entries are pretty large, and can make it difficult to see what the input error was in environments with limited scrollback capability.
This is a minor request to improve usability in difficult environments.
The text was updated successfully, but these errors were encountered: