fix --help for hyprland subcommand

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