11# ArgParse.jl
22
3- | ** Documentation** | ** Build Status** |
4- | :-------------------------------------------------------------------------:| :------------------------------------------------------------:|
5- | [ ![ ] [ docs-stable-img ]] [ docs-stable-url ] [ ![ ] [ docs-dev-img ]] [ docs-dev-url ] | [ ![ ] [ travis-img ]] [ travis-url ] [ ![ ] [ codecov-img ]] [ codecov-url ] |
3+ [ ![ DOCS] [ docs-img ]] [ docs-url ] ![ CI] [ CI-url ] [ ![ CODECOV] [ codecov-img ]] [ codecov-url ]
64
7- ArgParse.jl is a package for parsing command-line arguments to
8- [ Julia] [ julia ] programs.
5+ ArgParse.jl is a package for parsing command-line arguments to [ Julia] [ julia ] programs.
96
107### Installation and usage
118
@@ -31,7 +28,7 @@ See also the examples in the [examples directory](examples).
3128
3229## Changes in release 1.1.2
3330
34- * Faster startup time by disabling optimizations/inference [ #104 ]
31+ * Faster startup time by disabling optimizations/inference (see [ #104 ] [ PR104 ] )
3532
3633## Changes in release 1.1.1
3734
@@ -123,17 +120,15 @@ which may break existing code:
123120
124121[ Julia ] : http://julialang.org
125122
126- [ docs-stable-img ] : https://img.shields.io/badge/docs-stable-blue.svg
127- [ docs-stable-url ] : https://carlobaldassi.github.io/ArgParse.jl/stable
128- [ docs-dev-img ] : https://img.shields.io/badge/docs-dev-blue.svg
129- [ docs-dev-url ] : https://carlobaldassi.github.io/ArgParse.jl/dev
130-
131- [ travis-img ] : https://travis-ci.com/carlobaldassi/ArgParse.jl.svg?branch=master
132- [ travis-url ] : https://travis-ci.com/carlobaldassi/ArgParse.jl
123+ [ docs-img ] : https://img.shields.io/badge/docs-stable-blue.svg
124+ [ docs-url ] : https://carlobaldassi.github.io/ArgParse.jl/stable
133125
134126[ codecov-img ] : https://codecov.io/gh/carlobaldassi/ArgParse.jl/branch/master/graph/badge.svg
135127[ codecov-url ] : https://codecov.io/gh/carlobaldassi/ArgParse.jl
136128
129+ [ CI-url ] : https://github.com/carlobaldassi/ArgParse.jl/workflows/CI/badge.svg
130+
137131[ PR27 ] : https://github.com/carlobaldassi/ArgParse.jl/pull/27
138132[ PR28 ] : https://github.com/carlobaldassi/ArgParse.jl/pull/28
139133[ PR33 ] : https://github.com/carlobaldassi/ArgParse.jl/pull/33
134+ [ PR104 ] : https://github.com/carlobaldassi/ArgParse.jl/pull/104
0 commit comments