(cmd *cobra.Command)
| 65 | } |
| 66 | |
| 67 | func staticConfigFlags(cmd *cobra.Command) { |
| 68 | cmd.Flags().String("cmdline", "", "Kernel commandline arguments") |
| 69 | cmd.Flags().String("bootmsg", "", "Message to print on machines before booting") |
| 70 | } |
| 71 | |
| 72 | func serverConfigFlags(cmd *cobra.Command) { |
| 73 | cmd.Flags().BoolP("debug", "d", false, "Log more things that aren't directly related to booting a recognized client") |
no test coverage detected