class
Verisum::App
- Verisum::App
- Reference
- Object
Overview
The main application class.
Included Modules
Defined in:
verisum/app.crverisum/app/check_result.cr
verisum/app/checker.cr
verisum/app/computer.cr
verisum/app/exit_code.cr
verisum/app/file_names.cr
verisum/app/help.cr
verisum/app/utils.cr
verisum/app/version.cr
Constant Summary
-
EXIT_FAILURE =
1
-
EXIT_SUCCESS =
0
Constructors
Class Method Summary
Instance Method Summary
- #option : Option
- #parser : Parser
- #print_help(io : IO)
- #print_version(io : IO)
-
#run(argv = ARGV) : Int32
Runs the verisum application with the given arguments.
Instance methods inherited from module Verisum::Redirect
stderr : IO
stderr,
stderr=(stderr : IO)
stderr=,
stdout : IO
stdout,
stdout=(stdout : IO)
stdout=
Constructor Detail
Class Method Detail
Instance Method Detail
def run(argv = ARGV) : Int32
#
Runs the verisum application with the given arguments.
Returns the exit code.