We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34454af commit 576b3aeCopy full SHA for 576b3ae
lib/weekdone/cli/command.rb
@@ -3,6 +3,10 @@
3
4
module Weekdone::Cli
5
class Command < Thor
6
+ def self.exit_on_failure?
7
+ true
8
+ end
9
+
10
desc "login", "oauth login to weekdone"
11
def login
12
client_id = ENV['WEEKDONE_CLIENT_ID']
0 commit comments