Skip to content
Chris Petersen edited this page Oct 16, 2014 · 1 revision

Returns the first command line argument on Linux, Windows and Mac OS X, #f if none is available.

Example

../DemoConsole.app/DemoConsole arg1
DemoConsole
> (system-cmdarg)
"arg1"

../DemoConsole.app/DemoConsole
DemoConsole
> (system-cmdarg)
#f
Clone this wiki locally