.positional = true,
.required = true,
.allowEmpty = true,
+ .completer = vshCompletePathLocalExisting,
.help = N_("source of disk device or name of network disk")
},
{.name = "target",
.type = VSH_OT_STRING,
.positional = true,
.required = true,
+ .completer = vshCompletePathLocalExisting,
.help = N_("saved state file to read")
},
{.name = "security-info",
.type = VSH_OT_STRING,
.positional = true,
.required = true,
+ .completer = vshCompletePathLocalExisting,
.help = N_("saved state file to modify")
},
{.name = "xml",
.type = VSH_OT_STRING,
.positional = true,
.required = true,
+ .completer = vshCompletePathLocalExisting,
.help = N_("saved state file to edit")
},
{.name = "running",
.type = VSH_OT_STRING,
.positional = true,
.required = true,
+ .completer = vshCompletePathLocalExisting,
.help = N_("the state to restore")
},
{.name = "bypass-cache",
{.name = "source",
.type = VSH_OT_STRING,
.positional = true,
+ .completer = vshCompletePathLocalExisting,
.help = N_("source of the media")
},
{.name = "eject",