Command line arguments processing
Registered by
Miguel Trias
We should have a class such as ParamHolder of Symfony to parse and hold command line parameters with a OO syntax.
Blueprint information
- Status:
- Started
- Approver:
- None
- Priority:
- Undefined
- Drafter:
- None
- Direction:
- Needs approval
- Assignee:
- Miguel Trias
- Definition:
- New
- Series goal:
- None
- Implementation:
- Beta Available
- Milestone target:
- None
- Started by
- Miguel Trias
- Completed by
Related branches
Related bugs
Sprints
Whiteboard
I have implemented this feature based on two existent open-source packages. One for command line argument processing and the other is the ParameterHolder of symfony
(?)