From a5e9b69e616e4485b43cfd1cf57528a864b8e060 Mon Sep 17 00:00:00 2001 From: Tim Allen Date: Sun, 10 Jan 2021 23:24:32 +1100 Subject: [PATCH] doc: Document the -menu switch for define-command. This switch was added in c972dfd2. --- doc/pages/commands.asciidoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/pages/commands.asciidoc b/doc/pages/commands.asciidoc index f21eba1f..53e84c98 100644 --- a/doc/pages/commands.asciidoc +++ b/doc/pages/commands.asciidoc @@ -450,6 +450,10 @@ New commands can be defined using the *define-command* command: *-docstring*::: define the documentation string for the command + *-menu*::: + the suggestions generated by the completion options are the only + permitted parameters. + *-file-completion*::: try file completion on any parameter passed to this command