Searched refs:clap_app (Results 1 – 2 of 2) sorted by relevance
666 macro_rules! clap_app { macro669 clap_app!{ @app671 clap_app!{ @arg ($crate::Arg::with_name($name)) (-) $($tail)* }))676 clap_app!{ @app678 clap_app!{ @arg ($crate::Arg::with_name(stringify!($name))) (-) $($tail)* }))683 clap_app!{ @app690 clap_app!{ @app (clap_app!{ @arg ($builder) $($attr)* }) $($tt)* }693 clap_app!{ @app694 … (clap_app!{ @group ($builder, $crate::ArgGroup::with_name(stringify!($name))) $($tail)* })699 clap_app!{ @app[all …]
417 * **clap_app!:** adds using the @group specifier to the macro docs ([826048cb](https://github.com/…435 * **clap_app!:** adds using the @group specifier to the macro docs ([fe85fcb1](https://github.com/…510 * **clap_app!:** adds support for arg names with hyphens similar to longs with hyphens ([f7a88779]…518 * **clap_app!:** documents the `--("some-arg")` method for using args with hyphens inside them ([b…633 * **clap_app!:** fixes a critical bug of a missing fragment specifier when using `!property` styl…739 * Support `--("some-arg-name")` syntax for defining long arg names when using `clap_app!` macro ([…740 * Support `("some app name")` syntax for defining app names when using `clap_app!` macro ([9895b67…931 * Stabilize clap_app! ([cd516006](https://github.com/kbknapp/clap-rs/commit/cd516006e35c37b005f32…1595 * clap_app! should be gated by unstable, not nightly feature ([0c8b84af](https://github.com/kbkna…1683 * Using the `clap_app!` macro requires compiling with the `unstable` feature because the syntax cou…[all …]