mirror of
https://github.com/correl/rebar.git
synced 2024-12-18 03:00:17 +00:00
Update getopt
This commit is contained in:
parent
ac5948d910
commit
a3615a4b82
1 changed files with 13 additions and 6 deletions
|
@ -13,6 +13,13 @@
|
||||||
|
|
||||||
-export([parse/2, usage/2, usage/3, usage/4]).
|
-export([parse/2, usage/2, usage/3, usage/4]).
|
||||||
|
|
||||||
|
-export_type([arg_type/0,
|
||||||
|
arg_value/0,
|
||||||
|
arg_spec/0,
|
||||||
|
simple_option/0,
|
||||||
|
compound_option/0,
|
||||||
|
option/0,
|
||||||
|
option_spec/0]).
|
||||||
|
|
||||||
-define(TAB_LENGTH, 8).
|
-define(TAB_LENGTH, 8).
|
||||||
%% Indentation of the help messages in number of tabs.
|
%% Indentation of the help messages in number of tabs.
|
||||||
|
|
Loading…
Reference in a new issue