Flag for specifying a frontend source code file to load and execute 더 자세히 ...
#include <fileFlag.hpp>
Public 멤버 함수 | |
| fileFlag (cli &c) | |
| const nchar * | getName () const override |
| const nchar * | getDescription () const override |
Protected 멤버 함수 | |
| 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.