|
@@ -1,6 +1,6 @@
|
|
--define(MAD,[compile/1,app/1,get/1,man/1,release/1,resolve/1,clean/1,
|
|
|
|
|
|
+-define(MAD,[compile/1,app/1,get/1,man/1,dia/1,release/1,resolve/1,clean/1,
|
|
start/1,attach/1,stop/1,sh/1,deps/1,up/1,fetch/1,
|
|
start/1,attach/1,stop/1,sh/1,deps/1,up/1,fetch/1,
|
|
- static/1,eunit/1,strip/1]).
|
|
|
|
|
|
+ static/1,eunit/1,strip/1]).
|
|
|
|
|
|
-type return() :: [] | true | false | {ok,any()} | {error,any()}.
|
|
-type return() :: [] | true | false | {ok,any()} | {error,any()}.
|
|
|
|
|
|
@@ -16,6 +16,8 @@
|
|
-spec sh(list(string())) -> return().
|
|
-spec sh(list(string())) -> return().
|
|
-spec deps(list(string())) -> return().
|
|
-spec deps(list(string())) -> return().
|
|
-spec up(list(string())) -> return().
|
|
-spec up(list(string())) -> return().
|
|
|
|
+-spec man(list(string())) -> return().
|
|
|
|
+-spec dia(list(string())) -> return().
|
|
-spec fetch(list(string())) -> return().
|
|
-spec fetch(list(string())) -> return().
|
|
-spec static(list(string())) -> return().
|
|
-spec static(list(string())) -> return().
|
|
-spec eunit(list(string())) -> return().
|
|
-spec eunit(list(string())) -> return().
|