mirror of
https://github.com/correl/rebar.git
synced 2024-11-27 11:09:55 +00:00
6978504d43
This change makes it possible to type the beginning (the prefix) of a command name and rebar will guess the full name of the command, thereby saving the user precious keystrokes. As long as the prefix matches only one command, rebar runs that command, otherwise rebar prints a list of candidate command names. The "-" character is considered to be a word separator and the prefix matching is done per word. Example prefix matches: co ==> compile cl ==> clean create ==> create create-a ==> create-app c-a ==> create-app c-app ==> create-app |
||
---|---|---|
.. | ||
getopt.erl | ||
mustache.erl | ||
rebar.erl | ||
rebar_abnfc_compiler.erl | ||
rebar_app_utils.erl | ||
rebar_asn1_compiler.erl | ||
rebar_base_compiler.erl | ||
rebar_cleaner.erl | ||
rebar_config.erl | ||
rebar_core.erl | ||
rebar_ct.erl | ||
rebar_deps.erl | ||
rebar_dialyzer.erl | ||
rebar_edoc.erl | ||
rebar_erlc_compiler.erl | ||
rebar_erlydtl_compiler.erl | ||
rebar_escripter.erl | ||
rebar_eunit.erl | ||
rebar_file_utils.erl | ||
rebar_lfe_compiler.erl | ||
rebar_log.erl | ||
rebar_neotoma_compiler.erl | ||
rebar_otp_app.erl | ||
rebar_port_compiler.erl | ||
rebar_post_script.erl | ||
rebar_pre_script.erl | ||
rebar_protobuffs_compiler.erl | ||
rebar_rel_utils.erl | ||
rebar_reltool.erl | ||
rebar_require_vsn.erl | ||
rebar_subdirs.erl | ||
rebar_templater.erl | ||
rebar_utils.erl | ||
rebar_xref.erl |