Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 403 Bytes

File metadata and controls

28 lines (19 loc) · 403 Bytes

greet_anyone

An example library and cli to greet anyone.

Usage

CLI

usage: cli.py [-h] [--exited EXITED] who

Greet anyone.

positional arguments:
  who              who to greet

options:
  -h, --help       show this help message and exit
  --exited EXITED  adds a exclamation point at the end

Examples

greet_anyone Traveler --exited true

Features

  • Greet anyone