This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
rebar3
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
62
Wiki
Activity
Browse Source
Merge pull request
#455
from kovyl2404/init-command-parsed-args
Properly initialize command parsed args in rebar state
pull/460/merge
Tristan Sloughter
10 years ago
parent
41f31f608d
549aaf770f
commit
3237069567
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/rebar_state.erl
+ 1
- 1
src/rebar_state.erl
View File
@ -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
(
)
]
,
Write
Preview
Loading…
Cancel
Save