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
Make state provider {bare, false}
pull/984/head
Serge Aleynikov
9 years ago
parent
43bca6d297
commit
0f1df270c1
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_prv_state.erl
+ 1
- 1
src/rebar_prv_state.erl
View File
@ -23,7 +23,7 @@ init(State) ->
Provider
=
providers
:
create
(
[
{
name
,
?
PROVIDER
}
,
{
module
,
?
MODULE
}
,
{
bare
,
tru
e
}
,
{
bare
,
fals
e
}
,
{
deps
,
?
DEPS
}
,
{
example
,
"
rebar3 state
"
}
,
{
short_desc
,
"
Print current configuration state
"
}
,
Write
Preview
Loading…
Cancel
Save