$ fx example.json
panic: prepare console: set console mode: The parameter is incorrect.
goroutine 1 [running]:
main.main()
/home/runner/work/fx/fx/main.go:192 +0xfb9
However, the following command works
$ fx example.json .glossary .title
example glossary
Windows 7 x64, FX 21.0–31.0, example.json
Documentation says I could run
fx
directly, but…However, the following command works