From 9147a56a0179c92d9129c53cd13590aaa54a3d0f Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Mon, 4 Dec 2017 13:49:25 -0500 Subject: Remove kpod rename Libpod containers are immutable once created. They cannot be renamed after created. As such remove kpod rename. Signed-off-by: Matthew Heon Closes: #101 Approved by: baude --- completions/bash/kpod | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'completions/bash/kpod') diff --git a/completions/bash/kpod b/completions/bash/kpod index 0901a231b..a5da95a3e 100644 --- a/completions/bash/kpod +++ b/completions/bash/kpod @@ -931,26 +931,6 @@ _kpod_push() { esac } -_kpod_rename() { - local boolean_options=" - --help - -h - " - local options_with_args=" - " - - local all_options="$options_with_args $boolean_options" - - case "$cur" in - -*) - COMPREPLY=($(compgen -W "$boolean_options $options_with_args" -- "$cur")) - ;; - *) - __kpod_list_containers - ;; - esac -} - _kpod_container_run() { local options_with_args=" --add-host -- cgit v1.2.3-54-g00ecf