Skip to content
Snippets Groups Projects

Resolve "Implement missing functionality of subscription management"

4 files
+ 226
0
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 2
0
@@ -43,6 +43,8 @@ var subCmd = &cobra.Command{
Long: `The subscription command contains all sub-commands for subscription management. It has no functionality in itself.`,
}
var subUUID string
func init() {
rootCmd.AddCommand(subCmd)
}
Loading