We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7725455 commit 9e8e675Copy full SHA for 9e8e675
lib/cli.rb
@@ -13,7 +13,6 @@ def hello
13
14
desc "ldap UNIQNAME", "returns the ldap info for a user"
15
def ldap(uniqname)
16
- puts uniqname
17
- # ProcessLdapOneUser.new(uniqname).ldap_output
+ ProcessLdapOneUser.new(uniqname: uniqname).ldap_output
18
end
19
0 commit comments