class AzuCLI::Dev
- AzuCLI::Dev
- Reference
- Object
Included Modules
Defined in:
azu_cli/dev.crConstant Summary
-
DESCRIPTION =
"#{bold("Azu - Dev")} - Runs and recompiles project\n\n Runs your application locally, watches for files changes and runs your \n app in the background \n\n #{underline("Note")}\n \n Must have targets define in your `shard.yml`\n\n Eg.\n targets:\n azu: \n main: ./src/azu_cli.cr"
Instance Method Summary
- #files
- #help : Bool
- #help=(v : Bool) : Bool
-
#help=(v : Nil)
nil
assignments are always ignored - #help?
- #not_exists?(path, &)
- #on(event : String)
- #prod : Bool | Nil
- #prod=(v : Bool) : Bool
-
#prod=(v : Nil)
nil
assignments are always ignored - #prod? : Bool
- #register_option_help(parser)
- #register_option_prod(parser)
- #register_option_run_args(parser)
- #register_option_version(parser)
- #run(input, args)
-
#run
[app flow] step3 : main routine
- #run_args : String
- #run_args=(v : String) : String
-
#run_args=(v : Nil)
nil
assignments are always ignored - #run_args? : String | Nil
- #run_command
- #shard(path = "./shard.yml")
- #show_usage
- #version : Bool
- #version=(v : Bool) : Bool
-
#version=(v : Nil)
nil
assignments are always ignored - #version?