buildah/pkg/cli
Paul Holzinger ea81614af3
pkg/cli: improve completion test
When we have a bool flag there is zero reason to define a completion
function since this flag takes no argument and the cobra lib will thus
not use it.

Podman checks that already and recently buildah caused the test to fail. [1]
To make sure this does not happen again we should have the same check here.

[1] https://github.com/containers/podman/pull/13808#issuecomment-1250318199

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2022-09-25 22:35:19 -04:00
..
build.go run,build: conflict --isolation=chroot and --network 2022-09-21 12:27:44 +05:30
common.go Fix broken command completion 2022-09-18 19:23:19 -06:00
common_test.go pkg/cli: improve completion test 2022-09-25 22:35:19 -04:00
exec_codes.go Return exit code from failed containers 2020-04-20 11:24:52 -04:00