[TIMOB-12445] CodeProcessor: Add config file support to the analyze sub-command
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2013-01-29T02:52:13.000+0000 |
Affected Version/s | Release 3.0.0 |
Fix Version/s | Release 3.1.0, 2013 Sprint 03 JS, 2013 Sprint 03 |
Components | Code Processor |
Labels | n/a |
Reporter | Bryan Hughes |
Assignee | Praveen Innamuri |
Created | 2013-01-28T01:32:00.000+0000 |
Updated | 2017-03-09T00:29:29.000+0000 |
Description
The subprocess subcommand currently accepts a config file as an argument. Compared to the CLI interface, the config file provides more options and is faster as well. We should add support for this from the CLI, but since the CLI can specify options as well, we need to merge the CLI argument with the config file.
Closing ticket as fixed.