lib/hexlet/base_cli.rb in hexlet-0.2.1 vs lib/hexlet/base_cli.rb in hexlet-0.2.2

- old
+ new

@@ -1,7 +1,8 @@ module Hexlet class BaseCLI < Thor include Thor::Actions + # include Thor::Shell::Basic CONFIG_DIR = File.join(Dir.home, ".hexlet") CREDENTIALS_FILE = File.join(Dir.home, ".hexlet", "credentials") class_option :verbose, type: :boolean