Format entire source code using make fmt
Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
@@ -9,7 +9,7 @@ var (
|
||||
baseCmd = &cobra.Command{
|
||||
DisableFlagsInUseLine: true,
|
||||
Use: "copy CONTAINER NEW_NAME",
|
||||
Aliases: []string{"cp"},
|
||||
Aliases: []string{"cp"},
|
||||
Short: "Copy an existing container",
|
||||
Long: "This command will duplicate an imported container image.",
|
||||
RunE: CobraRunE,
|
||||
|
||||
Reference in New Issue
Block a user