Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Advertise gitter chat #1769

Merged
merged 2 commits into from
Mar 28, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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!
-->
CreepySkeleton marked this conversation as resolved.
Show resolved Hide resolved

### 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