mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-01-28 01:47:19 +01:00
Cleanup iop completions
These are no longer used
This commit is contained in:
parent
4d72fddff8
commit
6ec1222ecc
1 changed files with 4 additions and 4 deletions
|
|
@ -32,11 +32,11 @@ _iop()
|
|||
cur="${COMP_WORDS[COMP_CWORD]}"
|
||||
prev="${COMP_WORDS[COMP_CWORD-1]}"
|
||||
|
||||
iopcmds="bootstrap cfe_upgrade cfe_upgrade_latest extract_core \
|
||||
iopcmds="bootstrap extract_core \
|
||||
feeds_update genconfig \
|
||||
generate_tarballs install_key \
|
||||
scp_changes setup_host ssh_install_key status \
|
||||
ssh_upgrade smoketest"
|
||||
install_key \
|
||||
setup_host ssh_install_key status \
|
||||
ssh_upgrade"
|
||||
|
||||
if [ $COMP_CWORD -eq 1 ] ; then
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue