From f84e030b1a1d6bf866f2877b79d33442637e88b6 Mon Sep 17 00:00:00 2001 From: Vaxry Date: Wed, 6 Dec 2023 19:47:18 +0000 Subject: [PATCH] document flags --- hyprpm/src/main.cpp | 5 +++++ 1 file changed, 5 insertions(+) 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 ┗ )#";