Björn-Egil Dahlberg
9584453194
Fix usage decription of 'rebar3'
8 年前
Rasmus Svensson
4c2873d213
Print error on too many help arguments
Previously the help task would crash when given more than two
arguments. After this change it instead print a message:
Too many arguments given. Usage: rebar3 help [<namespace>] <task>
8 年前
Tristan Sloughter
5a6b551eb5
print help for namespaces
10 年前
Fred Hebert
3ed0c5feff
fix bareness issues
- Crashes in providers lib when no providers in a namespace are bare
- Making sure bareness matches semantics; i.e. a bare provider is
visible, a non-bare provider is hidden.
10 年前
Fred Hebert
60f7474632
Support namespaces in help search
10 年前
Fred Hebert
a3274e1bc8
Fixes #306 : help text consistency
10 年前
Fred Hebert
1d9f1737c7
Initial WTF provider implementation
Tests missing
10 年前
Tristan Sloughter
79b1f23240
move back to using format_error/1
10 年前
Tristan Sloughter
1dce2d36cc
add format_error/2 provider callback to providers
10 年前
Tristan Sloughter
21cf46ff9c
dialyzer fixes
10 年前
Tristan Sloughter
390bdbcc6d
fix print help for task
10 年前
Tristan Sloughter
ae40b253c0
handle unknown provider asked for help
10 年前
Tristan Sloughter
f77e565962
use providers help/2
10 年前
Tristan Sloughter
26a53f323b
print usage and desc of task for 'help task'
10 年前
Tristan Sloughter
587e57c03c
fix help task
10 年前
Tristan Sloughter
b37a5ae611
move providers to separate app
10 年前
Tristan Sloughter
e9a3396e56
return error messages from providers
10 年前
Tristan Sloughter
e1b1152b21
slowly widdling away at dialyzer errors
10 年前
Tristan Sloughter
2357bdf67f
reworking of help display and parse of commands
10 年前
Tristan Sloughter
070689632b
only build unbuilt deps
10 年前
Tristan Sloughter
629792f36b
start of moving to splitting state from config parsing
10 年前