lib/arborist/command/client.rb in arborist-0.1.0 vs lib/arborist/command/client.rb in arborist-0.2.0.pre20170519125456
- old
+ new
@@ -21,9 +21,10 @@
self.log.debug( err )
exit_now! "This command requires the 'pry' gem."
end
client = Arborist::Client.new
+ Pry.config.prompt_name = "arborist %s> " % [ Arborist.tree_api_url ]
Pry.pry( client )
end
end
end # module Arborist::CLI::Client