python-fire icon indicating copy to clipboard operation
python-fire copied to clipboard

Help Casts All Input Flags To UPPERCASE In Print

Open Sn3akyP3t3 opened this issue 3 years ago • 1 comments

When requesting help output all available flags are being cast to upper case. This makes it difficult if not impossible for users of the wrapper methods the exact case needed to call requiring opening the code to view or asking a developer for assistance which diminishes the intent of help as a self-help solution. Fire is also case sensitive when using the flags so its best that help output preserves case to avoid the mismatch.

I would prefer not to have to conform, but rather have Fire make sense in the behavior.

Sn3akyP3t3 avatar Aug 20 '21 16:08 Sn3akyP3t3

Could you provide an example? If fire is providing help which is inaccurate and giving the user commands to run that don't work because of case mismatches, that would be an important bug to fix.

dbieber avatar Apr 16 '22 21:04 dbieber