We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b1ed626 + 100a163 commit 643c6faCopy full SHA for 643c6fa
1 file changed
lib/github/auth/cli.rb
@@ -53,7 +53,7 @@ def remove
53
\x5> chrishunt, zachmargolis
54
LONGDESC
55
def list
56
- puts keys_file.github_users.join(' ')
+ rescue_keys_file_errors { puts keys_file.github_users.join(' ') }
57
end
58
59
desc 'version', 'Show gh-auth version'
0 commit comments