On 19.10.23 05:41, 'Felix Moessbauer' via EFI Boot Guard wrote:
> The tools recently got the --all option to probe on all devices. This
> option also needs to be added ot the shell autocompletion.
> 
> Reported-by: Michael Adler <michael.ad...@siemens.com>
> Signed-off-by: Felix Moessbauer <felix.moessba...@siemens.com>
> ---
>  completion/common.py | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/completion/common.py b/completion/common.py
> index e75f85e..42d789a 100644
> --- a/completion/common.py
> +++ b/completion/common.py
> @@ -16,6 +16,7 @@ def add_common_opts(parser):
>      parser.add_argument(
>          "-f", "--filepath", metavar="ENVFILE", help="Environment to use. 
> Expects a file name, usually called BGENV.DAT."
>      ).complete = shtab.FILE
> +    parser.add_argument("-A", "--all", action="store_true", help="Probe all 
> partitions for ebg environments")
>      parser.add_argument("-p", "--part", metavar="ENV_PART", type=int, 
> help="Set environment partition to use")
>      parser.add_argument("-v", "--verbose", action="store_true", help="Be 
> verbose")
>      parser.add_argument("-V", "--version", action="store_true", help="Print 
> version")

Thanks, applied.

Jan

-- 
Siemens AG, Technology
Linux Expert Center

-- 
You received this message because you are subscribed to the Google Groups "EFI 
Boot Guard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to efibootguard-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/efibootguard-dev/1ddfbeda-85c4-4f0e-8640-3041180ab64c%40siemens.com.

Reply via email to