More synopsis work.

A great leap forward
This commit is contained in:
Aaron Gyes
2021-12-21 17:24:47 -08:00
parent 6c6a8f93e9
commit 14d60ccb32
45 changed files with 131 additions and 201 deletions

View File

@@ -6,9 +6,9 @@ Synopsis
.. BEGIN SYNOPSIS
::
string match [(-a | --all)] [(-e | --entire)] [(-i | --ignore-case)] [(-g | --groups-only)] [(-r | --regex)] [(-n | --index)] [(-q | --quiet)] [(-v | --invert)] PATTERN [STRING...]
``string`` match [**-a** | **--all**] [**-e** | **--entire**] [**-i** | **--ignore-case**]
\ \ [**-r** | **--regex**] [**-n** | **--index**] [**-q** | **--quiet**] [**-v** | **--invert**]
\ \ *PATTERN* [*STRING*...]
. END SYNOPSIS