lib/jenkinsfile_runner/commands/build/configuration.rb [27:37]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            option.on '--build-output /path/to/tmp/work/dir'

            option.on('-h', '--help', 'Prints this help') do
              puts option
              exit
            end
          end
        end
      end
    end
  end
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



lib/jenkinsfile_runner/commands/init/configuration.rb [37:47]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            option.on '--build-output /path/to/tmp/work/dir'

            option.on('-h', '--help', 'Prints this help') do
              puts option
              exit
            end
          end
        end
      end
    end
  end
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



