diff options
author | Vaxry <[email protected]> | 2023-12-06 19:47:18 +0000 |
---|---|---|
committer | Vaxry <[email protected]> | 2023-12-06 23:31:04 +0000 |
commit | f84e030b1a1d6bf866f2877b79d33442637e88b6 (patch) | |
tree | 0dd60e5fc316cd1ec81ee83d6cd9abcd770c52b2 | |
parent | d5e404fbcb946115ac2319fae8bee09b4188cc0b (diff) | |
download | Hyprland-f84e030b1a1d6bf866f2877b79d33442637e88b6.tar.gz Hyprland-f84e030b1a1d6bf866f2877b79d33442637e88b6.zip |
document flags
-rw-r--r-- | hyprpm/src/main.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hyprpm/src/main.cpp b/hyprpm/src/main.cpp index a6e31d87..c50bc57f 100644 --- a/hyprpm/src/main.cpp +++ b/hyprpm/src/main.cpp @@ -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 ┗ )#"; |