manager: acme plugin: auto-complete available DNS challenge types
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
@ -343,6 +343,7 @@ pub fn plugin_cli() -> CommandLineInterface {
|
||||
"add",
|
||||
CliCommand::new(&API_METHOD_ADD_PLUGIN)
|
||||
.arg_param(&["type", "id"])
|
||||
.completion_cb("api", crate::config::acme::complete_acme_api_challenge_type)
|
||||
.completion_cb("type", crate::config::acme::complete_acme_plugin_type),
|
||||
)
|
||||
.insert(
|
||||
|
Reference in New Issue
Block a user