When I type in
$ julia myprog.jl foo bar baz
Where in my code can I go to access the strings \"foo\", \"bar\", \"baz\" ?
\"foo\", \"bar\", \"baz\"
julia> Pkg.add("ArgParse") Docs at https://argparsejl.readthedocs.io/en/latest/argparse.html
julia> Pkg.add("ArgParse")