module DA
Extended Modules
Defined in:
da.crda/CLI.cr
da/Cache.cr
da/Error.cr
da/Exit.cr
da/File.cr
da/File_System.cr
da/Git.cr
da/Help.cr
da/Inspect.cr
da/Process.cr
da/Repo.cr
da/String.cr
da/VoidLinux.cr
Constant Summary
-
BOLD_PATTERN =
/BOLD{{([^\}]+)}}/
-
PATTERN =
/\{\{([^\}]+)\}\}/
Instance Method Summary
- #app_dir : String
- #argv?(args : Array(String), *types)
- #bold(raw : String)
- #colorize(raw : String, color : Symbol)
- #exit!(exit_code : Int32)
- #exit!(s : Process::Status)
- #exit!(x : Int32, *args : String)
- #exit_on_error(*args)
- #exit_with_error!(msg : String, exit_code : Int32)
- #exit_with_error!(exit_code : Int32, msg : String)
- #exit_with_error!(msg : String)
- #first_repo
- #git_clone_or_pull(url : String)
-
#git_is_clean?
This is 'hack'-y for now.
- #git_is_dirty?
- #green(raw : String)
- #green!(*args)
- #highlight_exception(e : Exception) : String
- #inspect!(*args)
- #is_development?
- #next_dirty_repo
- #next_repo
- #orange(raw : String)
- #orange!(*args)
- #print_help(*substring)
- #public_dir_permissions(public_dir : String)
- #red(raw : String)
- #red!(*args)
- #repo_names
- #success!(cmd : String, args : Array(String))
- #success!(full_cmd : String)
- #success!(s : Process::Status)
- #success?(full_cmd : String)
- #success?(stat : Process::Status)
- #system!(cmd : String, args : Array(String))
- #system!(cmd : String)
- #text_file?(s : String)