convert

package
v0.22.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 30, 2024 License: MIT Imports: 11 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL