Function lili::input::ParseArguments¶
Defined in File input.cpp
Function Documentation¶
-
Input lili::input::ParseArguments(int argc, char **argv, lili::output::LiliCout &lout)¶
Parse command line arguments and return an Input object.
- Parameters:
argc – Number of command line arguments
argv – Command line arguments
lout – Custom LiliCout class for output
- Returns:
Input object with parsed information