Skip to content

Commit

Permalink
Updated gsudo --help
Browse files Browse the repository at this point in the history
  • Loading branch information
gerardog committed Nov 7, 2022
1 parent 4b48a77 commit 04685dc
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/gsudo/Commands/HelpCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,12 @@ gsudo [options] {command} [args]\tRuns {command} with elevated permissions
gsudo status\t\t\t\tShows current user, cache and console status.
gsudo !!\t\t\t\tRe-run last command as admin. (YMMV)
General options:
New Window options:
-n | --new Starts the command in a new console (and returns immediately).
--noexit Keep elevated shell open after running {command}.
--noclose When in new console, ask for keypress before closing the console.
-w | --wait When in new console, wait for the command to end.
-w | --wait When in new console, wait for the command to end and return the exitcode.
--keepShell Keep elevated shell open after running {command}.
--keepWindow When in new console, ask for keypress before closing the console.
--close Override settings and always close new window at end.
Security options:
-i | --integrity {v} Run with integrity level: Untrusted, Low, Medium, MediumPlus, High (default), System
Expand Down

0 comments on commit 04685dc

Please sign in to comment.