fix shell completion for hyprland module

parent d891368d
......@@ -68,14 +68,14 @@ func CommandList() *cli.Command {
Usage: "enable module",
ArgsUsage: "module",
Action: HyprlandModuleEnableCommand,
ShellComplete: ShellCompleteModule("enable"),
ShellComplete: ShellCompleteModule("disabled"),
},
{
Name: "disable",
Usage: "disable module",
ArgsUsage: "module",
Action: HyprlandModuleDisableCommand,
ShellComplete: ShellCompleteModule("disable"),
ShellComplete: ShellCompleteModule("enabled"),
},
{
Name: "toggle",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment