Home
Press ? for keyboard navigation
❮
CLI
Usage statement and exit
❯
ARGV
ARGV
The raw values from the command line can be found in the
ARGV
array.
examples/cli/argv.cr
puts
ARGV
puts
ARGV
.
size
ARGV
.
each
{
|
arg
|
puts
arg
}
Index (i)
Table of Contents (t)
Indexed keywords (k)
Chapter TOC (d)
Hide/Show (h)