Skip to content

Commit 215b7ec

Browse files
committed
Add a rake task to run pry with ROS already loaded
1 parent 6a482af commit 215b7ec

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Rakefile

+5
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,8 @@ task :update_authors do
5353
end
5454

5555
task :build => [:update_authors, :fix_permissions]
56+
57+
desc "Run an interactive pry shell with ros required"
58+
task :pry do
59+
sh "pry -I lib -r recursive-open-struct"
60+
end

0 commit comments

Comments
 (0)