class Autoproj::CLI::Envsh

Public Instance Methods

run(**options) click to toggle source
# File lib/autoproj/cli/envsh.rb, line 10
def run(**options)
    initialize_and_load
    shell_helpers = options.fetch(:shell_helpers, ws.config.shell_helpers?)
    finalize_setup(Array.new)
    export_env_sh(shell_helpers: shell_helpers)
end
validate_options(_unused, options = Hash.new) click to toggle source
Calls superclass method
# File lib/autoproj/cli/envsh.rb, line 5
def validate_options(_unused, options = Hash.new)
    _, options = super(_unused, options)
    [options]
end