Writing Rust CLIs - Clap
How echo works
purpose of this is to show you how to use arguments from the command line to change the behaviour of the program at runtime.
$ echo Hello
Hello
to start echo will prints its arguments to STDOUT
➜ rustlabs echo "welcome to rustlabs "...
blog.cloudnativefolks.org10 min read