mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-07 21:25:58 +01:00
document flags
This commit is contained in:
parent
d5e404fbcb
commit
f84e030b1a
1 changed files with 5 additions and 0 deletions
|
@ -17,6 +17,11 @@ const std::string HELP = R"#(┏ hyprpm, a Hyprland Plugin Manager
|
||||||
┣ update → Check and update all plugins if needed
|
┣ update → Check and update all plugins if needed
|
||||||
┣ load → Load hyprpm state. Ensure all enabled plugins are loaded.
|
┣ load → Load hyprpm state. Ensure all enabled plugins are loaded.
|
||||||
┣ list → List all installed plugins
|
┣ list → List all installed plugins
|
||||||
|
┃
|
||||||
|
┣ Flags:
|
||||||
|
┃
|
||||||
|
┣ --notify | -n → Send a hyprland notification for important events (e.g. load fail)
|
||||||
|
┣ --help | -h → Show this menu
|
||||||
┗
|
┗
|
||||||
)#";
|
)#";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue