Default Value Not Displayed in CLI Usage for `Args.withDefault`
I expected
Yet:
I can see in the code that it only prints the default value if the fallback is an
Am I misunderstanding something or is this an issue in the CLI package?
Args/Options that have withDefault to print the default value in usage (-h/--help) but that does not seem to be the case.Yet:
I can see in the code that it only prints the default value if the fallback is an
Option. Using Args.withDefault(Option.some('bar')) prints the entire Option object though (tag etc.).Am I misunderstanding something or is this an issue in the CLI package?
