• Home
  • Raw
  • Download

Lines Matching refs:rs

16   "build.rs",
29 repository = "https://github.com/clap-rs/clap"
43 [package.metadata.docs.rs]
59 …rl -->", replace="<!-- next-url -->\n[Unreleased]: https://github.com/clap-rs/clap/compare/{{tag_n…
74 …oc = ["derive", "cargo", "wrap_help", "env", "unicode", "string", "unstable-replace"] # for docs.rs
159 path = "examples/multicall-busybox.rs"
163 path = "examples/multicall-hostname.rs"
167 path = "examples/repl.rs"
172 path = "examples/tutorial_builder/01_quick.rs"
177 path = "examples/tutorial_builder/02_apps.rs"
181 path = "examples/tutorial_builder/02_crate.rs"
186 path = "examples/tutorial_builder/02_app_settings.rs"
191 path = "examples/tutorial_builder/03_01_flag_bool.rs"
196 path = "examples/tutorial_builder/03_01_flag_count.rs"
201 path = "examples/tutorial_builder/03_02_option.rs"
206 path = "examples/tutorial_builder/03_02_option_mult.rs"
211 path = "examples/tutorial_builder/03_03_positional.rs"
216 path = "examples/tutorial_builder/03_03_positional_mult.rs"
221 path = "examples/tutorial_builder/03_04_subcommands.rs"
226 path = "examples/tutorial_builder/03_05_default_values.rs"
231 path = "examples/tutorial_builder/04_01_possible.rs"
236 path = "examples/tutorial_builder/04_01_enum.rs"
241 path = "examples/tutorial_builder/04_02_parse.rs"
246 path = "examples/tutorial_builder/04_02_validate.rs"
251 path = "examples/tutorial_builder/04_03_relations.rs"
256 path = "examples/tutorial_builder/04_04_custom.rs"
261 path = "examples/tutorial_builder/05_01_assert.rs"
267 path = "examples/tutorial_derive/01_quick.rs"
272 path = "examples/tutorial_derive/02_apps.rs"
277 path = "examples/tutorial_derive/02_crate.rs"
282 path = "examples/tutorial_derive/02_app_settings.rs"
287 path = "examples/tutorial_derive/03_01_flag_bool.rs"
292 path = "examples/tutorial_derive/03_01_flag_count.rs"
297 path = "examples/tutorial_derive/03_02_option.rs"
302 path = "examples/tutorial_derive/03_02_option_mult.rs"
307 path = "examples/tutorial_derive/03_03_positional.rs"
312 path = "examples/tutorial_derive/03_03_positional_mult.rs"
317 path = "examples/tutorial_derive/03_04_subcommands.rs"
322 path = "examples/tutorial_derive/03_04_subcommands_alt.rs"
327 path = "examples/tutorial_derive/03_05_default_values.rs"
332 path = "examples/tutorial_derive/04_01_enum.rs"
337 path = "examples/tutorial_derive/04_02_parse.rs"
342 path = "examples/tutorial_derive/04_02_validate.rs"
347 path = "examples/tutorial_derive/04_03_relations.rs"
352 path = "examples/tutorial_derive/04_04_custom.rs"
357 path = "examples/tutorial_derive/05_01_assert.rs"
363 path = "examples/derive_ref/augment_args.rs"
368 path = "examples/derive_ref/augment_subcommands.rs"
373 path = "examples/derive_ref/hand_subcommand.rs"
378 path = "examples/derive_ref/flatten_hand_args.rs"