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

Command-line interface #14

Open
simonsan opened this issue May 13, 2020 · 0 comments
Open

Command-line interface #14

simonsan opened this issue May 13, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@simonsan
Copy link
Contributor

For the nyancat executable we will need a straight-forward CLI. There are two really useful crates to get it right in nearly no time. For creation I would recommend Clap and for testing of the CLI assert_cmd

Create CLI:
https://github.com/clap-rs/clap

Testing CLI:
https://github.com/assert-rs/assert_cmd

@simonsan simonsan added the enhancement New feature or request label May 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant