Class: Ronin::DB::CLI::Commands::Edit Private

Inherits:
Ronin::DB::CLI::Command show all
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

Instance Method Details

#runObject

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