class Commands::Parser
Included Modules
Defined in:
commands/parser.cr
Constructors
Instance Method Summary
Instance methods inherited from module IOHelper
exit_error(string)
exit_error,
exit_success(string)
exit_success,
get_file_name(file_path)
get_file_name,
input
input,
input_cmd
input_cmd,
output(string, new_line = false)
output,
output_error(string, new_line = false)
output_error,
output_success(string, new_line = false)
output_success
Instance methods inherited from module CommandsHelper
all_options(string)
all_options,
all_options_raw(string)
all_options_raw,
all_suboptions(string)
all_suboptions,
first_main_option(string : String)
first_main_option,
first_main_option_raw(string : String)
first_main_option_raw,
first_suboption(string : String)
first_suboption,
has_suboption?(option_string)
has_suboption?,
suboption_count(option_string : String)
suboption_count
Constructor Detail
Instance Method Detail
def
content_commands=(content_commands :
Content | Nil)
#
def
folder_commands :
Folder | Nil
#
def
folder_commands=(folder_commands :
Folder | Nil)
#
def
main_commands :
Main | Nil
#
def
main_commands=(main_commands :
Main | Nil)
#
def
user_commands :
User | Nil
#
def
user_commands=(user_commands :
User | Nil)
#