}
static const struct command_registration target_subcommand_handlers[] = {
+ {
+ .name = "init",
+ .mode = COMMAND_CONFIG,
+ .handler = &handle_target_init_command,
+ .help = "initialize targets",
+ },
{
.name = "create",
.mode = COMMAND_ANY,
}
static const struct command_registration target_command_handlers[] = {
- {
- .name = "init",
- .mode = COMMAND_CONFIG,
- .handler = &handle_target_init_command,
- .help = "initialize targets",
- },
{
.name = "targets",
.handler = &handle_targets_command,