Merge pull request #737 from umohnani8/kpod_export

Add 'kpod export' command
This commit is contained in:
Mrunal Patel 2017-08-11 10:54:34 -07:00 committed by GitHub
commit fb2ee59225
5 changed files with 196 additions and 0 deletions

View file

@ -182,6 +182,15 @@ _kpod_save() {
_complete_ "$options_with_args" "$boolean_options"
}
_kpod_export() {
local options_with_args="
--output -o
"
local boolean_options="
"
_complete_ "$options_with_args" "$boolean_options"
}
_complete_() {
local options_with_args=$1
local boolean_options="$2 -h --help"