Created
January 31, 2015 17:00
-
-
Save knewter/de81da8a4ab35c6f1579 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[jadams:~/erlang/erlagi] feature/rebar3(+6/-1)* ± ./rebar get-deps | |
escript: exception error: undefined function rebar:main/1 | |
in function escript:run/2 (escript.erl, line 752) | |
in call from escript:start/1 (escript.erl, line 276) | |
in call from init:start_it/1 | |
in call from init:start_em/1 | |
[jadams:~/erlang/erlagi] feature/rebar3(+6/-1)* ± ./rebar3 get-deps | |
===> Plugin rebar_covertool not available. It will not be used. | |
===> Command 'get-deps' not found | |
[jadams:~/erlang/erlagi] feature/rebar3(+6/-1)* ± ls -al | |
total 1304 | |
drwxrwxr-x 12 jadams jadams 4096 Jan 31 10:58 . | |
drwxrwxr-x 19 jadams jadams 4096 Jan 31 10:24 .. | |
drwxrwxr-x 2 jadams jadams 4096 Jan 31 10:24 bin | |
drwxrwxr-x 3 jadams jadams 4096 Jan 31 10:50 _build | |
drwxrwxr-x 6 jadams jadams 4096 Jan 31 10:24 deps | |
drwxrwxr-x 2 jadams jadams 4096 Jan 31 10:24 doc | |
drwxrwxr-x 2 jadams jadams 4096 Jan 31 10:32 ebin | |
drwxrwxr-x 8 jadams jadams 4096 Jan 31 10:58 .git | |
-rw-rw-r-- 1 jadams jadams 92 Jan 31 10:24 .gitignore | |
drwxrwxr-x 2 jadams jadams 4096 Jan 31 10:24 include | |
-rw-rw-r-- 1 jadams jadams 10176 Jan 31 10:24 LICENSE | |
-rw-rw-r-- 1 jadams jadams 463 Jan 31 10:24 Makefile | |
-rw-rw-r-- 1 jadams jadams 3598 Jan 31 10:24 README | |
lrwxrwxrwx 1 jadams jadams 8 Jan 31 10:57 rebar -> ./rebar3 | |
-rwxrwxr-x 1 jadams jadams 1191293 Jan 29 07:07 rebar3 | |
drwxrwxr-x 2 jadams jadams 4096 Jan 31 10:50 .rebar3 | |
-rw-rw-r-- 1 jadams jadams 592 Jan 31 10:58 rebar.config | |
-rw-rw-r-- 1 jadams jadams 509 Jan 31 10:50 rebar.lock | |
drwxrwxr-x 3 jadams jadams 4096 Jan 31 10:24 rel | |
drwxrwxr-x 2 jadams jadams 4096 Jan 31 10:24 src |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment