Skip to content

attractivechaos/Getopt.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getopt.jl is a Julia package that parses command-line arguments with an API nearly identical to getopt in Python. To install:

julia -e 'using Pkg; Pkg.add("Getopt")'

To use:

for (opt, arg) in getopt(ARGS, "xy:", ["foo", "bar="])
	@show (opt, arg)
end
@show ARGS

About

Command-line argument parsing with a similar API to Python's getopt

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages