bug#63036: -v or --verbose CLI argument input is undocumented in the CLI

2023-04-27 Thread Simon Tournier
Hi, On Sun, 23 Apr 2023 at 15:27, "jgart" via Bug reports for GNU Guix wrote: > Hmmm, what is the type and/or range of inputs that are valid for > LEVEL? What about this patch? diff --git a/guix/scripts/build.scm b/guix/scripts/build.scm index 72a24f91ac..35cb888c3b 100644 --- a/guix/scripts/

bug#63036: -v or --verbose CLI argument input is undocumented in the CLI

2023-04-23 Thread jgart
User story: jgart tries to build a currently broken Python music package: $ guix build -v 6 music21 Hmmm, what is the allowed input range for -v/--verbosity command line flag? $ guix build --help -v, --verbosity=LEVEL use the given verbosity LEVEL Hmmm, what is the type and/or range of inputs