()
| 123 | } |
| 124 | |
| 125 | func init() { |
| 126 | RootCmd.AddCommand(cpCmd) |
| 127 | enableStructuredOutput(cpCmd) |
| 128 | cpCmd.Flags().String("if-exists", relocationIfExistsFail, "What to do when the destination exists: fail or skip") |
| 129 | } |
nothing calls this directly
no test coverage detected