Skip to content

Some docs on how the CommandProcessor works #23

@eyeshield2110

Description

@eyeshield2110

Uncomment the test function in CommandProcessorDriver.cpp

int main(int argc, char *argv[], char **)
{
   testCommandProcessor(argc, argv);
   return 0;
}

Terminal commands

Run the command processor with a file (text input as opposed to console input)

cd build
./HelloWorld -f ../src/tester.txt

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions