Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 263 Bytes

doc.md

File metadata and controls

21 lines (12 loc) · 263 Bytes

Usage

volo {NAME} [-u] greeting name

where the valid flags are:

  • u: convert the greeting to upper case.

Examples

> volo {NAME} hello fred
> hello fred!

Using the -u flag:

> volo {NAME} -u hello fred
> HELLO FRED!

Notes

TODO