README.md in friends-0.27 vs README.md in friends-0.28
- old
+ new
@@ -140,11 +140,12 @@
`friends` supports several global flags that can be used on any command when
specified before the name of the command, like: `friends [flags] [command]`.
These flags are:
+- `--colorless`: Disable output colorization and other effects.
- `--debug`: Debug error messages with a full backtrace.
-- `--filename`: Set the location of the friends file to use (default: ./friends.md)
+- `--filename`: Set the location of the friends file to use (default: ./friends.md).
```bash
$ friends --filename ./test/tmp/friends.md clean
File cleaned: "./test/tmp/friends.md"
```