class AzuCLI::Help
- AzuCLI::Help
- Reference
- Object
Included Modules
Defined in:
azu_cli/help.crConstant Summary
-
DESCRIPTION =
"#{bold("AZU Toolkit")} - Command Line Interface\n\n AZU is a toolkit for artisans with expressive, elegant syntax that \n offers great performance to build rich, interactive type safe, \n applications quickly, with less code and conhesive parts that adapts \n to your prefer style.\n\n #{underline(:Documentation)} \n\n - Azu - https://azutopia.gitbook.io/azu/\n - ORM - https://imdrasil.github.io/jennifer.cr/docs/\n\n #{underline(:Examples)}\n\n #{light_blue(:azu)} project name -db postgres\n\n #{underline("Subcommands")}\n\n #{light_blue(:project)} - Generates a new Azu project\n #{light_blue(:task)} - Generates a task definition file\n #{light_blue(:scaffold)} - Generates a resource for your application\n #{light_blue(:dev)} - Recompiles on crystal file changes\n #{light_blue(:db)} - Manages database versions and schema"
Class Method Summary
-
.run
[app flow] step3 : main routine
Instance Method Summary
- #help : Bool
- #help=(v : Bool) : Bool
-
#help=(v : Nil)
nil
assignments are always ignored - #help?
- #not_exists?(path, &)
- #on(event : String)
- #register_option_help(parser)
- #register_option_version(parser)
- #run(input, args)
-
#run
[app flow] step3 : main routine
- #shard(path = "./shard.yml")
- #show_usage
- #version : Bool
- #version=(v : Bool) : Bool
-
#version=(v : Nil)
nil
assignments are always ignored - #version?