소스 검색

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(),
command_args = [],
command_parsed_args = [],
command_parsed_args = {[], []},
project_apps = [] :: [rebar_app_info:t()],
deps_to_build = [] :: [rebar_app_info:t()],

불러오는 중...
취소
저장