clap/examples
Richard Maw 38b9645bed fix: Windows Multicall support
The executable suffix is unconditionally stripped off the file path
so that the file name matches subcommands names
without having to add the EXE suffix on different platforms.
2021-12-12 22:08:25 +00:00
..
derive_ref docs: Fix example output 2021-12-09 10:26:01 -06:00
tutorial_builder fix: Gracefully handle empty authors 2021-12-06 11:30:26 -06:00
tutorial_derive docs: Link correct example 2021-12-08 01:27:18 +00:00
demo.md docs: Call out features used in root examples 2021-12-08 16:46:49 -06:00
demo.rs docs: Fix reference to feature flags 2021-12-08 19:25:48 -06:00
escaped_positional.md docs: Call out features used in root examples 2021-12-08 16:46:49 -06:00
escaped_positional.rs docs: Call out features used in root examples 2021-12-08 16:46:49 -06:00
escaped_positional_derive.md docs: Call out features used in root examples 2021-12-08 16:46:49 -06:00
escaped_positional_derive.rs docs: Fix reference to feature flags 2021-12-08 19:25:48 -06:00
git.md docs: Re-work examples 2021-11-30 21:33:52 -06:00
git.rs docs: Re-work examples 2021-11-30 21:33:52 -06:00
git_derive.md docs: Call out features used in root examples 2021-12-08 16:46:49 -06:00
git_derive.rs docs: Fix reference to feature flags 2021-12-08 19:25:48 -06:00
keyvalue_derive.md docs: Call out features used in root examples 2021-12-08 16:46:49 -06:00
keyvalue_derive.rs docs: Fix reference to feature flags 2021-12-08 19:25:48 -06:00
multicall_busybox.md fix: Windows Multicall support 2021-12-12 22:08:25 +00:00
multicall_busybox.rs feat: Make Multicall just strip dir from argv0 2021-12-12 22:08:25 +00:00
multicall_hostname.md fix: Windows Multicall support 2021-12-12 22:08:25 +00:00
multicall_hostname.rs docs: Highlight subxcommand help heading 2021-12-07 17:45:57 -06:00
pacman.md docs: Re-work examples 2021-11-30 21:33:52 -06:00
pacman.rs docs: Re-work examples 2021-11-30 21:33:52 -06:00
README.md docs: Fix the pacman-like interface example link 2021-12-11 22:22:09 +09:00

Examples

Contributing

New examples:

  • Building: They must be added to Cargo.toml with the appropriate required-features.
  • Testing: Ensure there is a markdown file with trycmd syntax
  • Link the .md file from here

See also the general CONTRIBUTING.