Skip to content

Latest commit

 

History

History
61 lines (36 loc) · 757 Bytes

readme-example.md

File metadata and controls

61 lines (36 loc) · 757 Bytes

libexample

A library that solves some common problems.

Overview

The project solves lots of problems:

  • a
  • b
  • c
  • etc

Index

say-hello

My super function. Not thread-safe.

Example

echo "test: $(say-hello World)"

Options

  • -h | --help

    Display help.

  • -v<value> | --value=<value>

    Set a value.

Arguments

  • $1 (string): A value to print

Exit codes

  • 0: If successful.
  • 1: If an empty string passed.

Output on stdout

  • Output 'Hello $1'. It hopes you say Hello back.

Output on stderr

  • Output 'Oups !' on error. It did it again.

See also