lib/standup_md/cli.rb in standup_md-0.1.0 vs lib/standup_md/cli.rb in standup_md-0.1.1
- old
+ new
@@ -4,10 +4,10 @@
require_relative '../standup_md'
class StandupMD
##
# Class for handing the command-line interface.
- class CLI
+ class Cli
##
# The user's preference file.
PREFERENCE_FILE =
File.expand_path(File.join(ENV['HOME'], '.standup_md.yml')).freeze