Skip to content

Commit

Permalink
Printenv help: document --wincmd recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
mosteo committed Feb 24, 2024
1 parent a30e568 commit 1f6a3f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/alr/alr-commands-printenv.adb
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ package body Alr.Commands.Printenv is
.Append ("Examples:")
.Append (" - eval $(alr printenv --unix)")
.Append (" - alr printenv --powershell | Invoke-Expression")
.Append (" - for /F ""usebackq delims="" %x "
& "in (`alr printenv --wincmd`) do %x")
);

--------------------
Expand Down

0 comments on commit 1f6a3f2

Please sign in to comment.