Class: Katar::Commands::EditCommand

Inherits:
Thor
  • Object
show all
Defined in:
lib/katar/commands/edit_command.rb

Instance Method Summary collapse

Instance Method Details

#editObject



8
9
10
11
12
13
14
15
16
# File 'lib/katar/commands/edit_command.rb', line 8

def edit

    if windows?
        exec "start #{Katar::DIR}/Katar.yaml"
    end

    exec "open #{Katar::DIR}/Katar.yaml"

end