diff options
author | Ray Ganardi <ray@ganardi.xyz> | 2020-04-24 11:36:16 +0200 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2020-04-24 12:59:21 -0400 |
commit | 447e662057c663f47f5c8a490543b1a52b26bc86 (patch) | |
tree | 6c44b7234a43b0da25bb448b93bfca8014d864a6 /doc/aerc.1.scd | |
parent | acf69b7490f4848066f2df4b3c2f675a8d57661a (diff) | |
download | aerc-447e662057c663f47f5c8a490543b1a52b26bc86.tar.gz |
Add :choose command
Usage: *choose* -o <key> <text> <command> [-o <key> <text> <command>]... Prompts the user to choose from various options.
Diffstat (limited to 'doc/aerc.1.scd')
-rw-r--r-- | doc/aerc.1.scd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/aerc.1.scd b/doc/aerc.1.scd index 0294784..d2e52a9 100644 --- a/doc/aerc.1.scd +++ b/doc/aerc.1.scd @@ -77,6 +77,9 @@ These commands work in any context. passed as one argument to the command, unless it is empty, in which case no extra argument is added. +*choose* -o <key> <text> <command> [-o <key> <text> <command>]... + Prompts the user to choose from various options. + *quit* Exits aerc. |