Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{
Use: "sectors",
Short: "Create or update the sector dependencies for an organization",
Long: "Create or update the sector dependencies for an organization.\n" +
"\n" +
"The sector dependencies are either defined by flags or are read from stdin if the - arg is present. \n" +
"If - is present, --add-dep and --remove-dep will be ignored.\n" +
"To learn about the stdin format, run this command with flags and use --dump.\n",
RunE: run,
}
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.