Incorporate most new doc changes since branch

Adds most documentation changes since 72c0213d42
This commit is contained in:
ridiculousfish
2019-02-24 15:01:16 -08:00
parent 3debfe7534
commit d5e0392964
10 changed files with 53 additions and 25 deletions

View File

@@ -9,6 +9,7 @@ abbr --erase word
abbr --rename [SCOPE] OLD_WORD NEW_WORD
abbr --show
abbr --list
abbr --query WORD...
Description
-----------
@@ -32,6 +33,8 @@ The following options are available:
- ``-e WORD`` or ``--erase WORD`` Erase the abbreviation WORD.
- ``-q`` or ``--query`` Return 0 (true) if one of the WORDs is an abbreviation.
In addition, when adding abbreviations:
- ``-g`` or ``--global`` to use a global variable.