Chef::Knife
# File lib/chef/knife/user_show.rb, line 34 def run @user_name = @name_args[0] if @user_name.nil? show_usage ui.fatal("You must specify a user name") exit 1 end user = Chef::User.load(@user_name) output(format_for_display(user)) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.