usage: fcpc hint [-h] [--hint.count HINT.COUNT] [--hint.find HINT.FIND]
[--hint.tag HINT.TAG] [--hint.nottag HINT.NOTTAG]
[--hint.minpriority HINT.MINPRIORITY]
[--hint.maxpriority HINT.MAXPRIORITY] [--hint.show HINT.SHOW]
[--hint.showtag HINT.SHOWTAG]
[--hint.notshowtag HINT.NOTSHOWTAG]
[substr ...]
positional arguments:
substr Try to focus on hint with this string (default: None)
optional arguments:
-h, --help show this help message and exit
--hint.count HINT.COUNT
How many hints to show for fcpc
hints[Defined:fcplib.cmd.hint] (default: 3)
--hint.find HINT.FIND
How many hints to select from for fcpc
hints[Defined:fcplib.cmd.hint] (default: 10)
--hint.tag HINT.TAG Filter hints to show by tag[Defined:fcplib.cmd.hint]
(default: None)
--hint.nottag HINT.NOTTAG
Filter hints to show by excluded
tag[Defined:fcplib.cmd.hint] (default: None)
--hint.minpriority HINT.MINPRIORITY
Filter hints to show only from this
priority[Defined:fcplib.cmd.hint] (default: 0)
--hint.maxpriority HINT.MAXPRIORITY
Filter hints to show only to this
priority[Defined:fcplib.cmd.hint] (default: 100)
--hint.show HINT.SHOW
How many hints to show after each
run[Defined:fcplib.cmd.hint] (default: 1)
--hint.showtag HINT.SHOWTAG
Which hints tag to show after each
run[Defined:fcplib.cmd.hint] (default: None)
--hint.notshowtag HINT.NOTSHOWTAG
Which hints tag not to show after each
run[Defined:fcplib.cmd.hint] (default: None)
Show hints according to actual state of the model.
We are always trying to hint you in specific stages.
Use hint command to see actual available hints.
There is set of hints available at any time, sorted by priority
By default, random hints (--hint.show) from most important ones (--hint.find) is reported after every command run.
If you want to disable this, set --hint.show=0
If you want to disable command help hints, set --hint.maxpriority=90
If you want only hint with specific text, use fcpc hint 'text'