mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-19 05:37:51 +00:00
Add init to device autocompletion
This commit is contained in:
parent
ae63233575
commit
c48c77dbeb
@ -15,7 +15,7 @@ _resin() {
|
|||||||
COMPREPLY=( $(compgen -W "${subcommands}" -- ${current}) )
|
COMPREPLY=( $(compgen -W "${subcommands}" -- ${current}) )
|
||||||
return 0 ;;
|
return 0 ;;
|
||||||
device)
|
device)
|
||||||
local subcommands="rename rm identify"
|
local subcommands="rename rm identify init"
|
||||||
COMPREPLY=( $(compgen -W "${subcommands}" -- ${current}) )
|
COMPREPLY=( $(compgen -W "${subcommands}" -- ${current}) )
|
||||||
return 0 ;;
|
return 0 ;;
|
||||||
key)
|
key)
|
||||||
|
Loading…
Reference in New Issue
Block a user