aboutsummaryrefslogtreecommitdiffstats
path: root/src/rcl_cmd_args.erl
AgeCommit message (Collapse)Author
2013-05-09Basic file rename from rcl to rlxEric
2013-05-09support the creation or relupsEric B Merritt
2013-04-30support the full range of possible arguments in the programmatic apiEric B Merritt
2013-02-04fix: specifying config file as argument no longer crashesTristan Sloughter
2013-01-24convert relcool to take a config as a opt argumentEric
adds `-c <config-file>` or `--config <config-file>` instead of passing the config file as an argument.
2013-01-24fix and normalize module headersEric
2013-01-04provide the erlang lib dir and cwd as working librariesEric
This happens for every call unless the user passes --disable-default-libs to relcool or {disable_default_libs, true} in the relcool config.
2012-12-30support the ability to specify a root directoryEric
2012-12-30only allow relcool to take a single configEric
2012-12-21fix nasty bug in discovery processEric
2012-12-10make sure that rcl_cmd_args does not create the output dir too earlyEric
2012-12-07make the default output _rel instead of relcool_outputEric
Signed-off-by: Jordan Wilberding <[email protected]>
2012-10-24add a bit of additional logging informationEric
Signed-off-by: Jordan Wilberding <[email protected]>
2012-09-18add depsolver directly to the systemEric
This is sub-optimal but I suspect rcl_depsolver is going to migrate away from depsolver in any case.
2012-09-18make sure errors carry the name of the module that created themEric
This allows errors to be printed at the source
2012-09-10add config validation support to the systemEric
2012-09-09full argument parsing and management capabilityEric