You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
execute command: sudo podman run --rm -it --privileged --entrypoint=/usr/bin/bootc-image-builder quay.io/centos-bootc/bootc-image-builder:latest completion test
it need throw error since bib doesn't support completion test subcommand
But actually it normally output as below
root@xx bootc-image-builder]# sudo podman run --rm -it --privileged --entrypoint=/usr/bin/bootc-image-builder quay.io/centos-bootc/bootc-image-builder:latest completion test
Generate the autocompletion script for bootc-image-builder for the specified shell.
See each sub-command's help for details on how to use the generated script.
Usage:
bootc-image-builder completion [command]
Available Commands:
bash Generate the autocompletion script for bash
fish Generate the autocompletion script for fish
powershell Generate the autocompletion script for powershell
zsh Generate the autocompletion script for zsh
Flags:
-h, --help help for completion
Global Flags:
--log-level string logging level (debug, info, error); default error
Use "bootc-image-builder completion [command] --help" for more information about a command.
The text was updated successfully, but these errors were encountered:
It seems this is a bit of a missing feature in cobra, see spf13/cobra#1156 - the good news is that there is an open PR in spf13/cobra#2167 that hopefully fixes this. I am looking to see if there is a workaround.
The text was updated successfully, but these errors were encountered: