[#1013] Support autocomplete in neofs-adm

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
Alex Vanin 2021-12-14 14:04:23 +03:00 committed by Alex Vanin
parent fc42844fbf
commit 2a031c5542
2 changed files with 60 additions and 0 deletions

View file

@ -33,6 +33,8 @@ func init() {
rootCmd.AddCommand(config.RootCmd)
rootCmd.AddCommand(morph.RootCmd)
rootCmd.AddCommand(completionCmd)
}
func Execute() error {