fix --help for hyprland subcommand

parent b1660ef6
...@@ -9,7 +9,6 @@ import ( ...@@ -9,7 +9,6 @@ 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{
......
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