Class: Ronin::DB::CLI::Commands::Edit Private
- Inherits:
-
Ronin::DB::CLI::Command
- Object
- Core::CLI::Command
- Ronin::DB::CLI::Command
- Ronin::DB::CLI::Commands::Edit
- Includes:
- CommandKit::Edit
- Defined in:
- lib/ronin/db/cli/commands/edit.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Manually edits the ~/.config/ronin-db/database.yml
configuration
file.
Usage
ronin-db edit [options]
Options
-h, --help Print help information
Instance Method Summary collapse
- #run ⇒ Object private
Instance Method Details
#run ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
50 51 52 |
# File 'lib/ronin/db/cli/commands/edit.rb', line 50 def run edit ConfigFile::PATH end |