{.name = "new-desc",
.type = VSH_OT_ARGV,
.positional = true,
+ .completer = vshCompleteEmpty,
.help = N_("message")
},
{.name = NULL}
VIRSH_COMMON_OPT_DOMAIN_FULL(0),
{.name = "secrethdr",
.type = VSH_OT_STRING,
+ .completer = vshCompleteEmpty,
.help = N_("path to file containing the secret header"),
},
{.name = "secret",
.type = VSH_OT_STRING,
+ .completer = vshCompleteEmpty,
.help = N_("path to file containing the secret"),
},
{.name = "set-address",
.type = VSH_OT_ARGV,
.positional = true,
.required = true,
+ .completer = vshCompleteEmpty,
.help = N_("command")
},
{.name = NULL}
.type = VSH_OT_ARGV,
.positional = true,
.required = true,
+ .completer = vshCompleteEmpty,
.help = N_("command")
},
{.name = NULL}
.type = VSH_OT_ARGV,
.positional = true,
.required = true,
+ .completer = vshCompleteEmpty,
.help = N_("command to run")
},
{.name = NULL}