Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Commit

Permalink
Merge pull request #4 from rust-lang/cli-project
Browse files Browse the repository at this point in the history
CLI-WG project description
  • Loading branch information
ashleygwilliams committed Apr 4, 2018
2 parents 9c1881c + 012980b commit 83799c5
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
Binary file added static/ferris.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/kevin.jpeg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/kevin.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions templates/projects.hbs
Expand Up @@ -92,4 +92,18 @@
</div>
</div>
</div>
<div class="project">
<div class="row">
<div class="description">
<h3>clap-rs</h3>
<p><a href="http://clap.rs/">clap</a> is a fast and configurable argument parsing library for Rust. It is the de-facto standard in the crates ecosystem for handling provided arguments when creating commandline applications. </p>
<p>Candidates for this project should bring an interest and fascination with the building of commandline interfaces and UX design. They will dive deep into the process of creating CLIs, avoiding common performance and stability pitfalls and creating maintanable and easily distributable tools.</p>
<p>Kevin is the creator of <a href="http://clap.rs/">clap</a> and a member of the CLI Working Group. He is fascinated by all things command line and passionate about building, and teaching others how to build a command line world with better UX and more consistency.</p>
</div>
<div class="partner">
<img src="static/kevin.png"/>
<h4>Kevin Knapp</h4>
</div>
</div>
</div>
</section>

0 comments on commit 83799c5

Please sign in to comment.