eisegesis
v1.0.0
Pages
Modules
Mix Tasks
Eisegesis.Executor
(eisegesis v1.0.0)
View Source
This modules handles the commands executions
Link to this section
Summary
Functions
ask?(question)
check_if_git_repo?(path)
clone_repo(git_repo, target \\ "~")
command_exists?(command)
current_os()
execute(desc, script)
execute_interactive(desc, script)
get_path_for(path)
get_path_in_config(path)
get_path_in_home(path)
get_path_in_working_dir(path)
info(desc, info)
ln_s(src, dest)
mkpath(path)
pull_repo(git_repo, target)
rm_rf(path)
silent_execute(script)
skip_task(desc, further_info \\ "")
start_section(text, emoji_name \\ "alien")
start_task(text)
task_failed(further_info, exit_status \\ 1)
task_succeeded(further_info \\ "")
Link to this section
Functions
Link to this function
ask?(question)
View Source
Link to this function
check_if_git_repo?(path)
View Source
Link to this function
clone_repo(git_repo, target \\ "~")
View Source
Link to this function
command_exists?(command)
View Source
Link to this function
current_os()
View Source
Link to this function
execute(desc, script)
View Source
Link to this function
execute_interactive(desc, script)
View Source
Link to this function
get_path_for(path)
View Source
Link to this function
get_path_in_config(path)
View Source
Link to this function
get_path_in_home(path)
View Source
Link to this function
get_path_in_working_dir(path)
View Source
Link to this function
info(desc, info)
View Source
Link to this function
ln_s(src, dest)
View Source
Link to this function
mkpath(path)
View Source
Link to this function
pull_repo(git_repo, target)
View Source
Link to this function
rm_rf(path)
View Source
Link to this function
silent_execute(script)
View Source
Link to this function
skip_task(desc, further_info \\ "")
View Source
Link to this function
start_section(text, emoji_name \\ "alien")
View Source
Link to this function
start_task(text)
View Source
Link to this function
task_failed(further_info, exit_status \\ 1)
View Source
Link to this function
task_succeeded(further_info \\ "")
View Source