Skip to content

eddique/repl_derive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This requires enabling the [derive feature flag][crate::_features].

Help:

$ echo --help
Usage: echo --text <TEXT>

Options:
  -h, --help  Print help

Echo:
  -t, --text <TEXT>  The text to be echoed [aliases: text]
$ ping --help
Usage: ping

Options:
  -h, --help  Print help
$ exit --help
Usage: exit

Options:
  -h, --help  Print help

Echo:

$ echo -t 'Hello, world!'
Hello, world!

Ping:

$ ping
pong

Exit:

$ exit
Exiting ...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages