return 0
;;
'-t'|'--type')
- COMPREPLY=( $(compgen -W "mnt net ipc user pid uts cgroup" -- $cur) )
+ COMPREPLY=( $(compgen -W "mnt net ipc user pid uts cgroup time" -- $cur) )
return 0
;;
'-h'|'--help'|'-V'|'--version')
case $cur in
-*)
COMPREPLY=( $(compgen -W "
+ --list-columns
--filter
--json
--list
--task
--raw
--notruncate
+ --nowrap
--type
+ --tree
--help
--version
" -- $cur) )
return 0
;;
esac
- COMPREPLY=( $(compgen -W "mnt net pid uts ipc user" -- $cur ) )
return 0
}
complete -F _lsns_module lsns