@ -8,7 +8,7 @@ incus customized along opinionated conventions plus additional tools
TODO:
-----
* [ ] input: miaou-exec ruby1 -- uptime -p <TAB>
* [x] input: miaou-exec ruby1 -- uptime -p <TAB>
* => bash: line 2: compgen: -p: invalid option
* [ ] ...
@ -111,7 +111,7 @@ EOF
COMPREPLY=($(
incus exec "$container" -- bash << EOF
source /etc/bash_completion
compgen -f "$cur" # | sed 's/\([^ ]*\)/\1\//g'
compgen -f "$cur" 2>/dev/null
EOF
))
fi