hyprland/module: limit edit shell completion to user modules

parent 66d140b0
...@@ -104,7 +104,7 @@ func CommandList() *cli.Command { ...@@ -104,7 +104,7 @@ func CommandList() *cli.Command {
Usage: locale.T("Edit module file"), Usage: locale.T("Edit module file"),
ArgsUsage: "module", ArgsUsage: "module",
Action: HyprlandModuleEditCommand, Action: HyprlandModuleEditCommand,
ShellComplete: ShellCompleteModule("all"), ShellComplete: ShellCompleteModule("type:user"),
}, },
{ {
Name: "status", Name: "status",
......
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