fix --help for hyprland subcommand

parent b1660ef6
......@@ -9,7 +9,6 @@ import (
func CommandList() *cli.Command {
return &cli.Command{
Name: "hyprland",
Aliases: []string{"h"},
Hidden: config.Env.Hyprland == nil,
Usage: "Hyprland Management",
Commands: []*cli.Command{
......
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