document flags

This commit is contained in:
Vaxry 2023-12-06 19:47:18 +00:00
parent d5e404fbcb
commit f84e030b1a
1 changed files with 5 additions and 0 deletions

View File

@ -17,6 +17,11 @@ const std::string HELP = R"#(┏ hyprpm, a Hyprland Plugin Manager
update Check and update all plugins if needed
load Load hyprpm state. Ensure all enabled plugins are loaded.
list List all installed plugins
Flags:
--notify | -n Send a hyprland notification for important events (e.g. load fail)
--help | -h Show this menu
)#";