Re: Guix command line flag consistency

2017-04-22 Thread Ludovic Courtès
Hello, Mike Swierczek skribis: > On 04/15/2017 01:43 PM, Hartmut Goebel wrote: > >> Am 14.04.2017 um 22:57 schrieb Mike Swierczek: >>> I'd much prefer if both the short and long command line arguments >>> accepted their argument in any arrangement. >> I also stumbled over "--show=foo" failing. I

Re: Guix command line flag consistency

2017-04-15 Thread Mike Swierczek
On 04/15/2017 01:43 PM, Hartmut Goebel wrote: Am 14.04.2017 um 22:57 schrieb Mike Swierczek: I'd much prefer if both the short and long command line arguments accepted their argument in any arrangement. I also stumbled over "--show=foo" failing. I suggest guix should follow the GNU command lie

Re: Guix command line flag consistency

2017-04-15 Thread Hartmut Goebel
Am 14.04.2017 um 22:57 schrieb Mike Swierczek: > I'd much prefer if both the short and long command line arguments > accepted their argument in any arrangement. I also stumbled over "--show=foo" failing. I suggest guix should follow the GNU command lien parsing conventions. Maybe this could be ex

Guix command line flag consistency

2017-04-14 Thread Mike Swierczek
Hello. I started taking GuixSD for a spin and love it. Thanks for all of your work! I hope this question isn't too elementary. I see that the 'guix package' command line tool, and possibly all of the Guix command line tools, use the Scheme SRFI 37 convention for argument handling. It see