```sh xtend 0.1.0 Simple tool to work with file extensions
USAGE:
xtend
OPTIONS: -h, --help Print help information -V, --version Print version information
SUBCOMMANDS: add Adds an extension to all found files help Print this message or the help of the given subcommand(s) remove Removes an extension from all found files toggle Adds an extension when it's missing or removes it when it's present toggle-between Toggles between two extensions ```
```sh xtend-add Adds an extension to all found files
USAGE:
xtend add
ARGS:
OPTIONS: -h, --help Print help information ```
```sh xtend-remove Removes an extension from all found files
USAGE:
xtend remove
ARGS:
OPTIONS: -h, --help Print help information ```
```sh xtend-toggle Adds an extension when it's missing or removes it when it's present
USAGE:
xtend toggle
ARGS:
OPTIONS: -h, --help Print help information ```
```sh xtend-toggle-between Toggles between two extensions
USAGE:
xtend toggle-between
ARGS:
OPTIONS: -h, --help Print help information ```