carlobaldassi / ArgParse.jl

Package for parsing command-line arguments to Julia programs.
Other
231 stars 36 forks source link
argparse argument-parser argument-parsing command-line julia options options-parsing

ArgParse.jl

DOCS CI CODECOV

ArgParse.jl is a package for parsing command-line arguments to Julia programs.

Installation and usage

To install the module, use Julia's package manager: start pkg mode by pressing ] and then enter:

(v1.5) pkg> add ArgParse

The module can then be loaded like any other Julia module:

julia> using ArgParse

Documentation

Changes in release 1.2.0

Changes in release 1.1.5

Changes in release 1.1.4

Changes in release 1.1.3

Changes in release 1.1.2

Changes in release 1.1.1

Changes in release 1.1.0

Changes in release 1.0.1

Changes in release 1.0.0

Changes in release 0.6.2

Changes in release 0.6.1

Changes in release 0.6.0

Changes in release 0.5.0

Changes in release 0.4.0

New features

Other changes

Changes in release 0.3.1

New available settings

Changes in release 0.3.0

Breaking changes

Upgrading from versions 0.2.X to 0.3.X, the following API changes were made, which may break existing code:

Other changes