Returns a new instance of Task.
5 6 7 8 9 10 11
# File 'lib/cnvrg/cli/task.rb', line 5 def initialize(*args) super unless @curr_dir.present? @cli.log_message("Not On Project Dir, exiting", Thor::Color::RED) exit(1) end end