TODO: Implement default values for arguments once ffranz has added context arguments argument :directory, “The name of a new directory to clone into”, [], :default => nil
# File lib/rhc/commands/git_clone.rb, line 18 def run(app_name) rest_app = find_app dir = git_clone_application(rest_app) success "Your application Git repository has been cloned to '#{system_path(dir)}'" 0 end
Generated with the Darkfish Rdoc Generator 2.