pxar create: remove exclude from arg_param
This commit is contained in:
parent
9c06f6c292
commit
7e3d2e5b41
@ -499,7 +499,7 @@ fn main() {
|
|||||||
|
|
||||||
let cmd_def = CliCommandMap::new()
|
let cmd_def = CliCommandMap::new()
|
||||||
.insert("create", CliCommand::new(&API_METHOD_CREATE_ARCHIVE)
|
.insert("create", CliCommand::new(&API_METHOD_CREATE_ARCHIVE)
|
||||||
.arg_param(&["archive", "source", "exclude"])
|
.arg_param(&["archive", "source"])
|
||||||
.completion_cb("archive", tools::complete_file_name)
|
.completion_cb("archive", tools::complete_file_name)
|
||||||
.completion_cb("source", tools::complete_file_name)
|
.completion_cb("source", tools::complete_file_name)
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user