mirror of
https://github.com/erkin/ponysay.git
synced 2024-12-01 00:08:00 +01:00
info: +q, ++q, -Q and --Q
Signed-off-by: Mattias Andrée <maandree@operamail.com>
This commit is contained in:
parent
19e17e6e0b
commit
13b3fc5a1d
1 changed files with 43 additions and 0 deletions
|
@ -215,6 +215,30 @@ by default since version 1.2.
|
||||||
|
|
||||||
The argument can be a file name, but only if it ends with @file{.pony}.
|
The argument can be a file name, but only if it ends with @file{.pony}.
|
||||||
|
|
||||||
|
@item +q PONY
|
||||||
|
@itemx ++quote PONY
|
||||||
|
@opindex @option{+q}
|
||||||
|
@opindex @option{++quote}
|
||||||
|
@cindex quotes
|
||||||
|
@cindex pony quotes
|
||||||
|
By using this option, an extra (non-MLP:FiM) pony will be printed with quotes from
|
||||||
|
her in My Little Pony: Friendship is Magic. The pony will be selected randomly, unless
|
||||||
|
at least one pony is added as an argument to @option{+q}. If one or more ponies are
|
||||||
|
added as an argument to @option{+q}, the pony will be selected randomly from that set
|
||||||
|
of ponies.
|
||||||
|
|
||||||
|
The argument can be a file name, but only if it ends with @file{.pony}.
|
||||||
|
|
||||||
|
@item -Q PONY
|
||||||
|
@itemx --any-quote PONY
|
||||||
|
@itemx --anyquote PONY
|
||||||
|
@opindex @option{-Q}
|
||||||
|
@opindex @option{--any-quote}
|
||||||
|
@opindex @option{--anyquote}
|
||||||
|
@cindex quotes
|
||||||
|
@cindex pony quotes
|
||||||
|
This option combines @option{-q} and @option{+q}.
|
||||||
|
|
||||||
@item --f [PONY...]
|
@item --f [PONY...]
|
||||||
@itemx --files [PONY...]
|
@itemx --files [PONY...]
|
||||||
@itemx --ponies [PONY...]
|
@itemx --ponies [PONY...]
|
||||||
|
@ -267,6 +291,25 @@ command line, without any argument to get a quote from any pony with a quote.
|
||||||
However, altough it is not nice, since version 3.0, @option{-q} can also be
|
However, altough it is not nice, since version 3.0, @option{-q} can also be
|
||||||
unargumented if at the end of the command line.
|
unargumented if at the end of the command line.
|
||||||
|
|
||||||
|
@item ++q [PONY...]
|
||||||
|
@itemx ++quotes [PONY...]
|
||||||
|
@opindex @option{++q}
|
||||||
|
@opindex @option{++quotes}
|
||||||
|
@cindex quotes
|
||||||
|
@cindex pony quotes
|
||||||
|
Variadic variant of @option{+q}, meaning that all arguments added after this one
|
||||||
|
will parsed as an argument to this option. Additionally, those options are added
|
||||||
|
to @option{+q}.
|
||||||
|
|
||||||
|
@item --Q [PONY...]
|
||||||
|
@itemx --quotes [PONY...]
|
||||||
|
@opindex @option{--Q}
|
||||||
|
@opindex @option{--any-quotes}
|
||||||
|
@opindex @option{--anyquotes}
|
||||||
|
@cindex quotes
|
||||||
|
@cindex pony quotes
|
||||||
|
This option combines @option{--q} and @option{++q}.
|
||||||
|
|
||||||
@item -b STYLE
|
@item -b STYLE
|
||||||
@itemx --bubble STYLE
|
@itemx --bubble STYLE
|
||||||
@itemx --balloon STYLE
|
@itemx --balloon STYLE
|
||||||
|
|
Loading…
Reference in a new issue