fix --help for hyprland subcommand

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