Current File : //opt/puppetlabs/puppet/bin/facter
#!/opt/puppetlabs/puppet/bin/ruby
# frozen_string_literal: true

require 'pathname'
require 'facter/framework/cli/cli_launcher'

Facter::OptionsValidator.validate(ARGV)
processed_arguments = CliLauncher.prepare_arguments(ARGV)

CliLauncher.start(processed_arguments)
Page not found – Hello World !