浏览代码

Merge pull request #455 from kovyl2404/init-command-parsed-args

Properly initialize command parsed args in rebar state
pull/460/merge
Tristan Sloughter 10 年前
父节点
当前提交
3237069567
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/rebar_state.erl

+ 1
- 1
src/rebar_state.erl 查看文件

@ -51,7 +51,7 @@
namespace = undefined :: atom(), namespace = undefined :: atom(),
command_args = [], command_args = [],
command_parsed_args = [],
command_parsed_args = {[], []},
project_apps = [] :: [rebar_app_info:t()], project_apps = [] :: [rebar_app_info:t()],
deps_to_build = [] :: [rebar_app_info:t()], deps_to_build = [] :: [rebar_app_info:t()],

正在加载...
取消
保存