()
| 176 | } |
| 177 | |
| 178 | func init() { |
| 179 | RootCmd.AddCommand(mkdirCmd) |
| 180 | mkdirCmd.Flags().BoolP("parents", "p", false, "No error if existing, create parent directories as needed") |
| 181 | enableStructuredOutput(mkdirCmd) |
| 182 | } |
nothing calls this directly
no test coverage detected