lib/autoproj/cli/main.rb in autoproj-2.0.0.rc39 vs lib/autoproj/cli/main.rb in autoproj-2.0.0.rc40
- old
+ new
@@ -171,9 +171,11 @@
desc: 'controls whether the resolution should be done by loading the whole configuration (false, slow) or through a cache file (the default)'
option :prefix, aliases: :p, type: :boolean,
desc: "outputs the package's prefix directory instead of its source directory"
option :build, aliases: :b, type: :boolean,
desc: "outputs the package's build directory instead of its source directory"
+ option :log, aliases: :l,
+ desc: "outputs the path to a package's log file"
def locate(*packages)
run_autoproj_cli(:locate, :Locate, Hash[], *packages)
end
desc 'reconfigure', 'pass through all configuration questions'