improved documentation for define-command in user_command_api.rb

This commit is contained in:
John Mair 2011-06-17 01:50:19 +12:00
parent 77385e66b2
commit 83f3d3cfef
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ class Pry
UserCommandAPI = Pry::CommandSet.new do
command "define-command", "To honor Mon-Ouie" do |arg|
command "define-command", "Define a command in the session, use same syntax as `command` method for command API" do |arg|
next output.puts("Provide an arg!") if arg.nil?
prime_string = "command #{arg_string}\n"