Flag for specifying a frontend source code file to load and execute. More...
#include <fileFlag.hpp>
Public Member Functions | |
| fileFlag (cli &c) | |
| const nchar * | getName () const override |
| const nchar * | getDescription () const override |
Protected Member Functions | |
| const strings & | _getRegExpr () const override |
| res | _onTake (const flagArgs &tray) const override |
Flag for specifying a frontend source code file to load and execute.
This flag allows users to provide a file path containing frontend source code, which will then be parsed and executed by the interpreter. It typically consumes one additional argument: the path to the file.