``` shell-string 0.1.1 Cli for common string operations. Takes input from stdin.
USAGE:
string
FLAGS: -h, --help Prints help information -V, --version Prints version information
SUBCOMMANDS: help Prints this message or the help of the given subcommand(s) length Returns the length of string replace split Split up a string by a separator and print the parts on separate lines substr Extract a part of a given string ```