Sha256: 5a45b4830a03ddb009cf926031e50c605e5ccac3cf9725e45cbc182ddb6a0115
Contents?: true
Size: 561 Bytes
Versions: 28
Compression:
Stored size: 561 Bytes
Contents
require 'autoproj/cli/inspection_tool' module Autoproj module CLI class Envsh < InspectionTool def validate_options(_unused, options = Hash.new) _, options = super(_unused, options) options end 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 end end end
Version data entries
28 entries across 28 versions & 1 rubygems