Skip to content

Commit

Permalink
(doc) info - add usage / examples
Browse files Browse the repository at this point in the history
  • Loading branch information
ferventcoder committed Mar 14, 2019
1 parent 9bc55be commit a9999c7
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,19 @@ public override void help_message(ChocolateyConfiguration configuration)
NOTE: New as of 0.9.10.0.
");

"chocolatey".Log().Info(ChocolateyLoggers.Important, "Usage");
"chocolatey".Log().Info(@"
choco info [<options/switches>]
");

"chocolatey".Log().Info(ChocolateyLoggers.Important, "Examples");
"chocolatey".Log().Info(@"
choco info chocolatey
choco info googlechrome
choco info powershell
NOTE: See scripting in the command reference (`choco -?`) for how to
write proper scripts and integrations.
Expand Down

0 comments on commit a9999c7

Please sign in to comment.