Returns a new instance of CLI.
4 5 6
# File 'lib/notes-cli/cli.rb', line 4 def initialize(argv) @options = Notes::Options.parse(argv) end