You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/linear/cli/sub_commands.rb
+47-2Lines changed: 47 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -30,8 +30,8 @@ def ask_for_team
30
30
logger.info('Only one team found, using it',team: teams.first.name)
31
31
teams.first
32
32
elsifteams.empty?
33
-
logger.error('No teams found for you. Please join a team or pass an existing team name.')
34
-
raiseSmellsBad,'No team given and none found for you'
33
+
logger.error('No teams found for you. Please join a team or pass an existing team ID.')
34
+
raiseSmellsBad,'No team given and none found for you (try joining a team or use a team id from `lc teams --no-mine`)'# rubocop:disable Layout/LineLength
prompt.yes?("You are not on the default branch (#{default_branch}). Do you want to checkout #{default_branch} and create a new branch?") && git.checkout(default_branch)# rubocop:disable Layout/LineLength
0 commit comments