We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b82beb9 commit e32e114Copy full SHA for e32e114
hacker-help/main.go
@@ -168,6 +168,31 @@ var commands = []Command{
168
Description: "Remove a distrobox container",
169
Details: "Stops and removes the specified distrobox container after confirmation.",
170
},
171
+ {
172
+ Name: "hacker plugin create <name>",
173
+ Description: "Create a new plugin template",
174
+ Details: "Create new plugin in .yaml.",
175
+ },
176
177
+ Name: "hacker plugin enable <name>",
178
+ Description: "Enable a plugin",
179
+ Details: "Enable plugins.",
180
181
182
+ Name: "hacker plugin disable <name>",
183
+ Description: "Disable a plugin",
184
+ Details: "Disable plugins.",
185
186
187
+ Name: "hacker plugin list",
188
+ Description: "List available and enabled plugins",
189
+ Details: "List for every plugin.",
190
191
192
+ Name: "hacker plugin apply",
193
+ Description: "Apply all enabled plugins (run their commands)",
194
+ Details: "Runs plugins.",
195
196
}
197
198
type item struct {
0 commit comments