forked from TrueCloudLab/frostfs-node
[#1013] Support autocomplete in neofs-adm
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
fc42844fbf
commit
2a031c5542
2 changed files with 60 additions and 0 deletions
|
@ -33,6 +33,8 @@ func init() {
|
|||
|
||||
rootCmd.AddCommand(config.RootCmd)
|
||||
rootCmd.AddCommand(morph.RootCmd)
|
||||
|
||||
rootCmd.AddCommand(completionCmd)
|
||||
}
|
||||
|
||||
func Execute() error {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue