Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ConvertBaseCmd = cobra.Command{ Use: "convert", Short: "Converts policy definitions or policy set definitions (depending on child command) from the source directory and writes them to the destination directory.", Long: `Processes policy definitions or policy set definitions (depending on child command) from the source directory and writes them to the destination directory. Reequired child arguments are the chiuld comment, and the source and destination directories.`, Run: func(cmd *cobra.Command, args []string) { cmd.PrintErrf("%s process command: missing required child command\n", cmd.ErrPrefix()) cmd.Usage() os.Exit(1) }, }
ConvertBaseCmd represents the base process command.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.