lib/cnote.rb in cnote-0.1.2 vs lib/cnote.rb in cnote-0.1.3
- old
+ new
@@ -1,13 +1,9 @@
require "colorize"
require "cnote/config"
require "cnote/notes"
require "cnote/version"
-# module Cnote
- # Your code goes here...
-# end
-
config = Config.new("~/.cnote.yaml")
# Start REPL
notes = Notes.new(config)
notes.await_command("\nWelcome to CNote! Type #{'help'.white} or #{'h'.white} to see a list of available commands.")