Class: Noir::Command::Edit

Inherits:
Base::Command show all
Defined in:
lib/noir/command/edit.rb

Defined Under Namespace

Classes: Note, WeeklyReport

Class Method Summary collapse

Methods inherited from Base::Command

check_command_not_found, description, execute, sub_commands

Class Method Details

.editorObject



4
5
6
# File 'lib/noir/command/edit.rb', line 4

def self.editor
   ENV['EDITOR'] || 'vim'
end