Actions
$show » History » Revision 1
Revision 1/2
| Next »
Per Amundsen, 08/11/2015 10:31 AM
Added in 1.9.1
$show
Returns ]]$false}} if a command is prefixed with a "." to make it quiet, otherwise returns $true.
Example
; Create an alias. alias Example { echo -ag $iif($show,show,don't show) } ; Call /example normally. /example ; Call /example with a "." prefix. /.example
Updated by Per Amundsen over 9 years ago · 1 revisions