finesse.cli.docs.syntax¶
- finesse.cli.docs.syntax = <Command syntax>¶
Query the kat script syntax documentation.
Simple wildcards are supported:
*matches 0 or more characters?matches any single character[abc]matches any characters in abc[!abc]matches any characters not in abc
Specify zero or more QUERY terms. By default, all syntax is shown.