Skip to content

Commit

Permalink
Merge #1769
Browse files Browse the repository at this point in the history
1769: Advertise gitter chat r=pksunkara a=CreepySkeleton



Co-authored-by: CreepySkeleton <[email protected]>
  • Loading branch information
bors[bot] and CreepySkeleton authored Mar 28, 2020
2 parents d8434ec + 77a8271 commit 37889c6
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 9 deletions.
11 changes: 9 additions & 2 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,20 @@ assignees: ''

---

<!--
MAKE SURE YOU HAVE ASKED IF THIS FEATURE IS AVAILABLE
ON https://gitter.im/kbknapp/clap-rs FIRST!
PLEASE ASLO SEARCH THE CLOSED ISSUES. GOOD CHANCE IT'S THERE!
-->

### Describe your use case

Describe the problem you're trying to solve. This is not mandatory and we *do* consider features without a specific use case, but real problems have priority.

Also, please follow your explanation with a snippet of code, if applicable.
Also, please follow your explanation with a snippet of code, if applicable.

**If a project of yours is blocked on this feature, please, mention it explicitely.**
**If a project of yours is blocked on this feature, please, mention it explicitely.**

### Describe the solution you'd like

Expand Down
7 changes: 6 additions & 1 deletion .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,14 @@ assignees: ''

---

<!--
MAKE SURE YOU HAVE ASKED YOUR QUESTION
ON https://gitter.im/kbknapp/clap-rs FIRST!
-->

### What are you trying to do?

Explain **in detail** what your problem is.
Explain **in detail** what your problem is.

Please include examples of the CLI you desire to make. Examples of command line invocations are **strongly encouraged**.

Expand Down
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,18 @@ Command Line Argument Parser for Rust

It is a simple-to-use, efficient, and full-featured library for parsing command line arguments and subcommands when writing console/terminal applications.

* [documentation](https://docs.rs/clap/)
* [website](https://clap.rs/)
* [video tutorials](https://www.youtube.com/playlist?list=PLza5oFLQGTl2Z5T8g1pRkIynR3E0_pc7U)
* [Documentation](https://docs.rs/clap/)
* [Chat, questions go there](https://gitter.im/kbknapp/clap-rs)
* [Website](https://clap.rs/)
* [Video tutorials](https://www.youtube.com/playlist?list=PLza5oFLQGTl2Z5T8g1pRkIynR3E0_pc7U)

> **IMPORTANT!**
> This readme describes `clap v3.0.0` which is still under development and will be published soon-ish.
> It was not published on crates.io yet, and if you want to use this preview anyway, use
> This readme describes `clap v3.0.0` which is still under development and will be published soon-ish.
> It was not published on crates.io yet, and if you want to use this preview anyway, use
> ```toml,no_sync
> clap = { git = "https://github.com/clap-rs/clap/" }
> ```
>
>
> If you're looking for the readme for `clap v2.33` - find it on [github](https://github.com/clap-rs/clap/tree/v2.33.0), [crates.io](https://crates.io/crates/clap/2.33.0), [docs.rs](https://docs.rs/clap/2.33.0/clap/).
Expand Down

0 comments on commit 37889c6

Please sign in to comment.