Skip to content

Commit

Permalink
add missing optparser
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Duda authored and Alexander Duda committed Nov 30, 2015
1 parent a3863d4 commit da9c01a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions bin/roby-display
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ begin
require 'roby'
require 'roby/log'
require 'roby/log/server'
require 'optparse'
Roby.app.guess_app_dir

data_source_mode = :file
Expand Down
1 change: 1 addition & 0 deletions lib/roby/app/scripts/run.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
require 'roby'
require 'optparse'

app = Roby.app
app.require_app_dir
Expand Down

0 comments on commit da9c01a

Please sign in to comment.