class Launch::CLI::MainCommand::Database::Options
- Launch::CLI::MainCommand::Database::Options
- Command::Options
- Cli::OptionModel
- Optarg::Model
- Reference
- Object
Overview
Handles database operations. Due to how jennifer migrations work, instead of calling methods directly, Process.run is utilized. A sam.cr file exists in the users project which is ran with the proper commands.
Defined in:
launch/cli/commands/database.cr:10launch/cli/commands/database.cr:15
Instance Method Summary
-
#commands
Returns the COMMANDS argument value.
-
#no_color?
Returns the --no-color option value.
-
#s
Returns the -s option value.
-
#s?
Returns the -s option value.
-
#step
Returns the -s option value.
-
#step?
Returns the -s option value.
-
#v
Returns the -v option value.
-
#v?
Returns the -v option value.
-
#version
Returns the -v option value.
-
#version?
Returns the -v option value.
Instance Method Detail
Returns the COMMANDS argument value.
This method is automatically defined by the optarg library.
Returns the --no-color option value.
This method is automatically defined by the optarg library.
Returns the -s option value.
Returns nil, if the value is undefined.
This method is automatically defined by the optarg library.
Returns the -s option value.
Returns nil, if the value is undefined.
This method is automatically defined by the optarg library.
Returns the -v option value.
Returns nil, if the value is undefined.
This method is automatically defined by the optarg library.
Returns the -v option value.
This method is automatically defined by the optarg library.
Returns the -v option value.
Returns nil, if the value is undefined.
This method is automatically defined by the optarg library.