From 3ec42e81b10f9d754e065ba18b081aadf06f512a Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 10 May 2021 15:47:36 +0200 Subject: [PATCH] manager: acme plugin: remove ID completion helper from add command we cannot add a plugin with an existing ID so this completion helper is rather counterproductive... Signed-off-by: Thomas Lamprecht --- src/bin/proxmox_backup_manager/acme.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bin/proxmox_backup_manager/acme.rs b/src/bin/proxmox_backup_manager/acme.rs index 5b1adcab..a42a7aa4 100644 --- a/src/bin/proxmox_backup_manager/acme.rs +++ b/src/bin/proxmox_backup_manager/acme.rs @@ -343,7 +343,6 @@ pub fn plugin_cli() -> CommandLineInterface { "add", CliCommand::new(&API_METHOD_ADD_PLUGIN) .arg_param(&["type", "id"]) - .completion_cb("id", crate::config::acme::complete_acme_plugin) .completion_cb("type", crate::config::acme::complete_acme_plugin_type), ) .insert(