Home
last modified time | relevance | path

Searched refs:docopt (Results 1 – 25 of 1319) sorted by relevance

12345678910>>...53

/dports/security/keybase/client-v5.7.1/go/vendor/github.com/docopt/docopt-go/
H A DREADME.md1 docopt-go
4 [![Build Status](https://travis-ci.org/docopt/docopt.go.svg?branch=master)](https://travis-ci.org/d…
5 …Coverage Status](https://coveralls.io/repos/docopt/docopt.go/badge.png)](https://coveralls.io/r/do…
6 [![GoDoc](https://godoc.org/github.com/docopt/docopt.go?status.png)](https://godoc.org/github.com/d…
8 An implementation of [docopt](http://docopt.org/) in the
18 "github.com/docopt/docopt-go"
50 ⚠ Use the alias “docopt-go”. To use docopt in your Go code:
53 import "github.com/docopt/docopt-go"
59 $ go get github.com/docopt/docopt-go
79 [GoDoc.org](https://godoc.org/github.com/docopt/docopt.go).
[all …]
/dports/misc/cheat/cheat-4.2.2/vendor/github.com/docopt/docopt-go/docopt.go-ee0de3bc6815/
H A DREADME.md1 docopt-go
4 [![Build Status](https://travis-ci.org/docopt/docopt.go.svg?branch=master)](https://travis-ci.org/d…
5 …tatus](https://coveralls.io/repos/github/docopt/docopt.go/badge.svg)](https://coveralls.io/github/
6 [![GoDoc](https://godoc.org/github.com/docopt/docopt.go?status.svg)](https://godoc.org/github.com/d…
17 "github.com/docopt/docopt-go"
47 ⚠ Use the alias "docopt-go". To use docopt in your Go code:
50 import "github.com/docopt/docopt-go"
56 $ go get github.com/docopt/docopt-go
66 docopt.ParseDoc(usage)
78 parser := &docopt.Parser{
[all …]
/dports/misc/cheat/cheat-4.2.2/vendor/github.com/docopt/docopt-go/
H A DREADME.md1 docopt-go
4 [![Build Status](https://travis-ci.org/docopt/docopt.go.svg?branch=master)](https://travis-ci.org/d…
5 …tatus](https://coveralls.io/repos/github/docopt/docopt.go/badge.svg)](https://coveralls.io/github/
6 [![GoDoc](https://godoc.org/github.com/docopt/docopt.go?status.svg)](https://godoc.org/github.com/d…
17 "github.com/docopt/docopt-go"
47 ⚠ Use the alias "docopt-go". To use docopt in your Go code:
50 import "github.com/docopt/docopt-go"
56 $ go get github.com/docopt/docopt-go
66 docopt.ParseDoc(usage)
78 parser := &docopt.Parser{
[all …]
/dports/textproc/htmltest/htmltest-0.15.0/vendor/github.com/docopt/docopt-go/
H A DREADME.md1 docopt-go
4 [![Build Status](https://travis-ci.org/docopt/docopt.go.svg?branch=master)](https://travis-ci.org/d…
5 …tatus](https://coveralls.io/repos/github/docopt/docopt.go/badge.svg)](https://coveralls.io/github/
6 [![GoDoc](https://godoc.org/github.com/docopt/docopt.go?status.svg)](https://godoc.org/github.com/d…
17 "github.com/docopt/docopt-go"
47 ⚠ Use the alias "docopt-go". To use docopt in your Go code:
50 import "github.com/docopt/docopt-go"
56 $ go get github.com/docopt/docopt-go
66 docopt.ParseDoc(usage)
78 parser := &docopt.Parser{
[all …]
/dports/www/tusc/tusc-0.4.7/vendor/github.com/docopt/docopt-go/
H A DREADME.md1 docopt-go
4 [![Build Status](https://travis-ci.org/docopt/docopt.go.svg?branch=master)](https://travis-ci.org/d…
5 …tatus](https://coveralls.io/repos/github/docopt/docopt.go/badge.svg)](https://coveralls.io/github/
6 [![GoDoc](https://godoc.org/github.com/docopt/docopt.go?status.svg)](https://godoc.org/github.com/d…
17 "github.com/docopt/docopt-go"
47 ⚠ Use the alias "docopt-go". To use docopt in your Go code:
50 import "github.com/docopt/docopt-go"
56 $ go get github.com/docopt/docopt-go
66 docopt.ParseDoc(usage)
78 parser := &docopt.Parser{
[all …]
/dports/irc/ergo/ergo-2.8.0/vendor/github.com/docopt/docopt-go/
H A DREADME.md1 docopt-go
4 [![Build Status](https://travis-ci.org/docopt/docopt.go.svg?branch=master)](https://travis-ci.org/d…
5 …tatus](https://coveralls.io/repos/github/docopt/docopt.go/badge.svg)](https://coveralls.io/github/
6 [![GoDoc](https://godoc.org/github.com/docopt/docopt.go?status.svg)](https://godoc.org/github.com/d…
17 "github.com/docopt/docopt-go"
47 ⚠ Use the alias "docopt-go". To use docopt in your Go code:
50 import "github.com/docopt/docopt-go"
56 $ go get github.com/docopt/docopt-go
66 docopt.ParseDoc(usage)
78 parser := &docopt.Parser{
[all …]
/dports/textproc/xsv-rs/xsv-0.13.0/cargo-crates/docopt-1.0.0/
H A DCargo.toml.orig-cargo2 name = "docopt"
6 documentation = "http://burntsushi.net/rustdoc/docopt/"
7 homepage = "https://github.com/docopt/docopt.rs"
8 repository = "https://github.com/docopt/docopt.rs"
10 keywords = ["docopt", "argument", "command", "argv"]
15 name = "docopt"
18 name = "docopt-wordlist"
H A DREADME.md4 [passes its test suite](https://github.com/docopt/docopt/pull/201).
6 [![Build status](https://api.travis-ci.org/docopt/docopt.rs.svg)](https://travis-ci.org/docopt/doco…
7 [![](http://meritbadge.herokuapp.com/docopt)](https://crates.io/crates/docopt)
20 <https://docs.rs/docopt>
29 docopt = "0.9"
44 extern crate docopt;
46 use docopt::Docopt;
109 extern crate docopt;
111 use docopt::Docopt;
165 $ git clone git://github.com/docopt/docopt.rs
[all …]
H A DCargo.toml14 name = "docopt"
18 homepage = "https://github.com/docopt/docopt.rs"
19 documentation = "http://burntsushi.net/rustdoc/docopt/"
21 keywords = ["docopt", "argument", "command", "argv"]
24 repository = "https://github.com/docopt/docopt.rs"
27 name = "docopt"
30 name = "docopt-wordlist"
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/docopt-1.1.0/
H A DCargo.toml.orig-cargo2 name = "docopt"
6 documentation = "http://burntsushi.net/rustdoc/docopt/"
7 homepage = "https://github.com/docopt/docopt.rs"
8 repository = "https://github.com/docopt/docopt.rs"
10 keywords = ["docopt", "argument", "command", "argv"]
17 name = "docopt"
20 name = "docopt-wordlist"
H A DREADME.md3 [official description of Docopt](http://docopt.org/) and
4 [passes its test suite](https://github.com/docopt/docopt/pull/201).
6 [![Build status](https://api.travis-ci.org/docopt/docopt.rs.svg)](https://travis-ci.org/docopt/doco…
7 [![](http://meritbadge.herokuapp.com/docopt)](https://crates.io/crates/docopt)
16 using [docopt](http://docopt.org/) syntax for your project. However, the wider
25 https://docs.rs/docopt
34 docopt = "1"
46 use docopt::Docopt;
110 use docopt::Docopt;
164 $ git clone git://github.com/docopt/docopt.rs
[all …]
H A DCargo.toml15 name = "docopt"
20 homepage = "https://github.com/docopt/docopt.rs"
21 documentation = "http://burntsushi.net/rustdoc/docopt/"
23 keywords = ["docopt", "argument", "command", "argv"]
26 repository = "https://github.com/docopt/docopt.rs"
29 name = "docopt"
32 name = "docopt-wordlist"
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/docopt-1.1.0/
H A DCargo.toml.orig-cargo2 name = "docopt"
6 documentation = "http://burntsushi.net/rustdoc/docopt/"
7 homepage = "https://github.com/docopt/docopt.rs"
8 repository = "https://github.com/docopt/docopt.rs"
10 keywords = ["docopt", "argument", "command", "argv"]
17 name = "docopt"
20 name = "docopt-wordlist"
H A DREADME.md3 [official description of Docopt](http://docopt.org/) and
4 [passes its test suite](https://github.com/docopt/docopt/pull/201).
6 [![Build status](https://api.travis-ci.org/docopt/docopt.rs.svg)](https://travis-ci.org/docopt/doco…
7 [![](http://meritbadge.herokuapp.com/docopt)](https://crates.io/crates/docopt)
16 using [docopt](http://docopt.org/) syntax for your project. However, the wider
25 https://docs.rs/docopt
34 docopt = "1"
46 use docopt::Docopt;
110 use docopt::Docopt;
164 $ git clone git://github.com/docopt/docopt.rs
[all …]
H A DCargo.toml15 name = "docopt"
20 homepage = "https://github.com/docopt/docopt.rs"
21 documentation = "http://burntsushi.net/rustdoc/docopt/"
23 keywords = ["docopt", "argument", "command", "argv"]
26 repository = "https://github.com/docopt/docopt.rs"
29 name = "docopt"
32 name = "docopt-wordlist"
/dports/sysutils/tealdeer/tealdeer-1.4.1/cargo-crates/docopt-1.1.0/
H A DCargo.toml.orig-cargo2 name = "docopt"
6 documentation = "http://burntsushi.net/rustdoc/docopt/"
7 homepage = "https://github.com/docopt/docopt.rs"
8 repository = "https://github.com/docopt/docopt.rs"
10 keywords = ["docopt", "argument", "command", "argv"]
17 name = "docopt"
20 name = "docopt-wordlist"
H A DREADME.md3 [official description of Docopt](http://docopt.org/) and
4 [passes its test suite](https://github.com/docopt/docopt/pull/201).
6 [![Build status](https://api.travis-ci.org/docopt/docopt.rs.svg)](https://travis-ci.org/docopt/doco…
7 [![](http://meritbadge.herokuapp.com/docopt)](https://crates.io/crates/docopt)
16 using [docopt](http://docopt.org/) syntax for your project. However, the wider
25 https://docs.rs/docopt
34 docopt = "1"
46 use docopt::Docopt;
110 use docopt::Docopt;
164 $ git clone git://github.com/docopt/docopt.rs
[all …]
H A DCargo.toml15 name = "docopt"
20 homepage = "https://github.com/docopt/docopt.rs"
21 documentation = "http://burntsushi.net/rustdoc/docopt/"
23 keywords = ["docopt", "argument", "command", "argv"]
26 repository = "https://github.com/docopt/docopt.rs"
29 name = "docopt"
32 name = "docopt-wordlist"
/dports/net/quiche/quiche-0.9.0/cargo-crates/docopt-1.1.1/
H A DCargo.toml.orig-cargo2 name = "docopt"
6 documentation = "http://burntsushi.net/rustdoc/docopt/"
7 homepage = "https://github.com/docopt/docopt.rs"
8 repository = "https://github.com/docopt/docopt.rs"
10 keywords = ["docopt", "argument", "command", "argv"]
17 name = "docopt"
20 name = "docopt-wordlist"
H A DREADME.md5 using [docopt](http://docopt.org/) syntax for your project. However, the wider
15 docopt chapter
21 [passes its test suite](https://github.com/docopt/docopt/pull/201).
23 [![Build status](https://api.travis-ci.org/docopt/docopt.rs.svg)](https://travis-ci.org/docopt/doco…
24 [![](http://meritbadge.herokuapp.com/docopt)](https://crates.io/crates/docopt)
31 https://docs.rs/docopt
40 docopt = "1"
52 use docopt::Docopt;
116 use docopt::Docopt;
170 $ git clone git://github.com/docopt/docopt.rs
[all …]
H A DCargo.toml15 name = "docopt"
20 homepage = "https://github.com/docopt/docopt.rs"
21 documentation = "http://burntsushi.net/rustdoc/docopt/"
23 keywords = ["docopt", "argument", "command", "argv"]
26 repository = "https://github.com/docopt/docopt.rs"
29 name = "docopt"
32 name = "docopt-wordlist"
/dports/devel/py-docopt/docopt-0.6.2/
H A DREADME.rst9 - Fix issue `#85 <https://github.com/docopt/docopt/issues/85>`_
67 from docopt import docopt
75 that is passed to ``docopt`` function. ``docopt`` parses the usage
102 from docopt import docopt
374 <https://github.com/docopt/docopt/tree/master/examples/git>`_
393 page <http://github.com/docopt/docopt/issues>`_
407 - `Ruby port <http://github.com/docopt/docopt.rb>`_
409 - `Lua port <http://github.com/docopt/docopt.lua>`_
410 - `PHP port <http://github.com/docopt/docopt.php>`_
415 <http://github.com/docopt/docopt>`_.
[all …]
H A DPKG-INFO2 Name: docopt
5 Home-page: http://docopt.org
17 - Fix issue `#85 <https://github.com/docopt/docopt/issues/85>`_
75 from docopt import docopt
110 from docopt import docopt
401 page <http://github.com/docopt/docopt/issues>`_
415 - `Ruby port <http://github.com/docopt/docopt.rb>`_
417 - `Lua port <http://github.com/docopt/docopt.lua>`_
418 - `PHP port <http://github.com/docopt/docopt.php>`_
423 <http://github.com/docopt/docopt>`_.
[all …]
/dports/devel/py-docopt/docopt-0.6.2/docopt.egg-info/
H A DPKG-INFO2 Name: docopt
5 Home-page: http://docopt.org
17 - Fix issue `#85 <https://github.com/docopt/docopt/issues/85>`_
75 from docopt import docopt
110 from docopt import docopt
401 page <http://github.com/docopt/docopt/issues>`_
415 - `Ruby port <http://github.com/docopt/docopt.rb>`_
417 - `Lua port <http://github.com/docopt/docopt.lua>`_
418 - `PHP port <http://github.com/docopt/docopt.php>`_
423 <http://github.com/docopt/docopt>`_.
[all …]
/dports/net/quiche/quiche-0.9.0/tools/apps/src/
H A Dargs.rs30 fn with_docopt(docopt: &docopt::Docopt) -> Self; in with_docopt()
70 fn with_docopt(docopt: &docopt::Docopt) -> Self { in with_docopt()
71 let args = docopt.parse().unwrap_or_else(|e| e.exit()); in with_docopt()
225 fn with_docopt(docopt: &docopt::Docopt) -> Self { in with_docopt()
226 let args = docopt.parse().unwrap_or_else(|e| e.exit()); in with_docopt()
359 fn with_docopt(docopt: &docopt::Docopt) -> Self { in with_docopt()
360 let args = docopt.parse().unwrap_or_else(|e| e.exit()); in with_docopt()

12345678910>>...53