FL.cmdline.main
- FL.cmdline.main() None
Run the fakelab commandline script.
If one or more Python files are specified in the —script argument, those scripts are executed and the program exits.
If no external script is specified, the program runs as an interactive console.
Run fakelab -h to see a description of all command line arguments.
When fakelab has been installed with the repl extra, or ptpython or ipython is installed in the environment, it is used to improve the console experience with autocompletion, history, and other niceties. If both are installed, ptpython is preferred. See ptpython or ipython for details.