Skip to content

Add command line support #5

@Chamber6821

Description

@Chamber6821

Add some wrapper for Reaction that handle single command from command arguments.
This feature should be look like:

Code:

int main(int argc, char **argv) {
  make<SomeWrap>(
    make<Reaction>(...)
    argv, argv
  )->result();
}

Run from command line:

$ myapp command arg1 arg2 arg3

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions