Skip to content

Commit e32e114

Browse files
authored
Update main.go
1 parent b82beb9 commit e32e114

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

hacker-help/main.go

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,31 @@ var commands = []Command{
168168
Description: "Remove a distrobox container",
169169
Details: "Stops and removes the specified distrobox container after confirmation.",
170170
},
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+
},
171196
}
172197

173198
type item struct {

0 commit comments

Comments
 (0)