Re: guile-config: Command --help is not displayed when there are required arguments

2020-02-19 Thread Alex Sassmannshausen
sirgazil writes: > On Wed, 19 Feb 2020 08:31:56 -0500 Alex Sassmannshausen > wrote > > […] > > Dunno which is better at this point, but I'll log your report and my > > thoughts as a bug against guile-config for now. > > > > Of course, patches implementing either solution,

Re: guile-config: Command --help is not displayed when there are required arguments

2020-02-19 Thread sirgazil
On Wed, 19 Feb 2020 08:31:56 -0500 Alex Sassmannshausen wrote > Hi Sirgazil, > > sirgazil writes: > > > Hi, > > > > When using "guile-config" for declaring my CLIs I've noticed that if I > > define an argument as non-optional for a command, then trying to > > display the

Re: guile-config: Command --help is not displayed when there are required arguments

2020-02-19 Thread Alex Sassmannshausen
Hi Sirgazil, sirgazil writes: > Hi, > > When using "guile-config" for declaring my CLIs I've noticed that if I > define an argument as non-optional for a command, then trying to > display the --help of that command fails. You are correct. This issue arises because guile-config uses (ice-9

guile-config: Command --help is not displayed when there are required arguments

2020-02-17 Thread sirgazil
Hi, When using "guile-config" for declaring my CLIs I've noticed that if I define an argument as non-optional for a command, then trying to display the --help of that command fails. Consider the following script which displays "What yummy apple!" when it's run like "$ eat apple":