We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e06fe4e commit 0f98851Copy full SHA for 0f98851
2 files changed
README.md
@@ -49,7 +49,7 @@ $ gh-auth add --users=chrishunt zachmargolis
49
Adding 4 key(s) to '/Users/chris/.ssh/authorized_keys'
50
51
$ gh-auth list
52
-chrishunt, zachmargolis
+chrishunt zachmargolis
53
54
$ gh-auth remove --users=chrishunt
55
Removing 2 key(s) from '/Users/chris/.ssh/authorized_keys'
lib/github/auth/cli.rb
@@ -53,7 +53,7 @@ def remove
\x5> chrishunt, zachmargolis
LONGDESC
def list
56
- puts keys_file.github_users.join(', ')
+ puts keys_file.github_users.join(' ')
57
end
58
59
desc 'version', 'Show gh-auth version'
0 commit comments