Skip to content

Commit

Permalink
document -NoStart switch
Browse files Browse the repository at this point in the history
  • Loading branch information
reisir committed Feb 14, 2024
1 parent 34a39fc commit 4daa321
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions commands/Help.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ function Help {
},
[pscustomobject]@{
Name = "bang"
Signature = "[[-Bang] <bangs>] [-StartRainmeter | -Start] [-StopRainmeter | -Stop]"
Description = "runs bangs through `$RmApi or by commanding the executable directly`n if -Start or -Stop is present, bangs are run after or before starting or stopping Rainmeter`n you can also call bang directly without mond"
Signature = "[[-Bang] <bangs>] [-StartRainmeter | -Start] [-StopRainmeter | -Stop] [-NoStart]"
Description = "runs bangs through `$RmApi or by commanding the executable directly`n if -Start or -Stop is present, bangs are run after or before starting or stopping Rainmeter`n if -NoStart is present, mond will skip the bang if Rainmeter is not running.`n you can also call the bang command directly without the mond prefix"
},
[pscustomobject]@{
Name = "open"
Expand Down

0 comments on commit 4daa321

Please sign in to comment.