diff --git a/plugins/dotbot/plugin.json b/plugins/dotbot/plugin.json index e151e379..d5dc7a51 100644 --- a/plugins/dotbot/plugin.json +++ b/plugins/dotbot/plugin.json @@ -10,7 +10,7 @@ } ], "install_guidance": { - "plugin": ["dotbot"], + "plugin": "dotbot", "binary": "dotbot", "check": "which dotbot", "install_steps": [ @@ -198,21 +198,15 @@ "namespace": "dotbot", "resource": "_", "action": "_", - "description": "_ _ via dotbot", + "description": "Passthrough to dotbot CLI", "adapter": "process", "adapterConfig": { "command": "dotbot", "missingDependencyHelp": "Install dotbot: pip install dotbot", + "cwd": "invoke_cwd", "passthrough": true }, - "args": [ - { - "name": "args", - "type": "string", - "required": false, - "description": "Additional dotbot arguments" - } - ] + "args": [] } ] } diff --git a/plugins/gum/plugin.json b/plugins/gum/plugin.json index a9feef54..1335bfaf 100644 --- a/plugins/gum/plugin.json +++ b/plugins/gum/plugin.json @@ -10,7 +10,7 @@ } ], "install_guidance": { - "plugin": ["gum"], + "plugin": "gum", "binary": "gum", "check": "which gum", "install_steps": [ @@ -337,21 +337,15 @@ "namespace": "gum", "resource": "_", "action": "_", - "description": "_ _ via gum", + "description": "Passthrough to gum CLI", "adapter": "process", "adapterConfig": { "command": "gum", "missingDependencyHelp": "Install gum: brew install gum", + "cwd": "invoke_cwd", "passthrough": true }, - "args": [ - { - "name": "args", - "type": "string", - "required": false, - "description": "Additional gum arguments" - } - ] + "args": [] } ] }