abort() -> no_return()
abort(String::string(), Args::[term()]) -> no_return()
args_to_tasks(Args) -> any()
beam_to_mod(Filename) -> any()
beams(Dir) -> any()
check_blacklisted_otp_versions(BlacklistedRegexes) -> any()
check_min_otp_version(MinOtpVersion) -> any()
check_min_otp_version(MinOtpVersion, App) -> any()
cleanup_code_path(OrigPath::[string()]) -> true | {error, term()}
Revert to only having the beams necessary for running rebar3 and plugins in the path
deprecated(Old, New, When) -> any()
deprecated(Old, New, Opts, When) -> any()
deps_to_binary(T) -> any()
droplast(L) -> any()
erl_to_mod(Filename) -> any()
escape_chars(Str) -> any()
escape_double_quotes(Str) -> any()
escape_double_quotes_weak(Str) -> any()
escript_foldl(Fun, Acc, File) -> any()
expand_env_variable(InStr::string(), VarName::string(), RawVarValue::term()) -> string()
Given env. variable FOO we want to expand all references to
it in InStr. References can have two forms: $FOO and ${FOO}
The end of form $FOO is delimited with whitespace or EOL
filtermap(F, In::[In]) -> [Out]
F = fun((In) -> boolean() | {true, Out})In = term()Out = term()
wrapper around lists:filtermap/2
find_executable(Name) -> any()
find_files(Dir, Regex) -> any()
find_files(Dir, Regex, Recursive) -> any()
find_files_in_dirs(T, Regex, Recursive) -> any()
find_source(Filename, Dir, Rules) -> any()
get_arch() -> string()
returns the system architecture, in strings like
"19.0.4-x86_64-unknown-linux-gnu-64".
get_proxy_auth() -> any()
indent(Amount::non_neg_integer()) -> iolist()
ident to the level specified
info_useless(Old, New) -> any()
is_arch(ArchRegex) -> any()
is_list_of_strings(List::term()) -> boolean()
line_count(PatchLines) -> any()
list_dir(Dir) -> any()
otp_release() -> any()
remove_from_code_path(Paths) -> any()
reread_config(ConfigList) -> any()
reread_config(ConfigList, Opts) -> any()
set_httpc_options() -> any()
sh(Command0, Options0) -> any()
sh_send(Command0, String, Options0) -> any()
sort_deps(Deps) -> any()
Return the SSL options adequate for the project based on its configuration, including for validation of certs.
to_atom(B) -> any()
to_binary(A) -> any()
to_list(A) -> any()
tup_dedup(List) -> any()
tup_find(Elem, Elems) -> any()
tup_sort(List) -> any()
tup_umerge(NewList, OldList) -> any()
update_code(Paths) -> any()
update_code(Paths, Opts) -> any()
url_append_path(Url, ExtraPath) -> any()
user_agent() -> any()
vcs_vsn(OriginalVsn, Dir, Resources) -> any()
wordsize() -> string()
returns the size of a word on the system, as a string
Generated by EDoc