Added shell completions

This commit is contained in:
Mike Farah
2020-06-11 18:27:01 +10:00
parent 765ada4dc6
commit de8dcff803
2 changed files with 47 additions and 0 deletions
+1
View File
@@ -54,6 +54,7 @@ func New() *cobra.Command {
createDeleteCmd(),
createNewCmd(),
createMergeCmd(),
createBashCompletionCmd(rootCmd),
)
return rootCmd
}