Class: Datahen::CLI

Inherits:
Thor
  • Object
show all
Defined in:
lib/datahen/cli.rb,
lib/datahen/cli/job.rb,
lib/datahen/cli/parser.rb,
lib/datahen/cli/seeder.rb,
lib/datahen/cli/account.rb,
lib/datahen/cli/env_var.rb,
lib/datahen/cli/scraper.rb,
lib/datahen/cli/finisher.rb,
lib/datahen/cli/job_output.rb,
lib/datahen/cli/global_page.rb,
lib/datahen/cli/scraper_job.rb,
lib/datahen/cli/scraper_var.rb,
lib/datahen/cli/scraper_page.rb,
lib/datahen/cli/scraper_task.rb,
lib/datahen/cli/scraper_export.rb,
lib/datahen/cli/scraper_job_var.rb,
lib/datahen/cli/scraper_exporter.rb,
lib/datahen/cli/scraper_finisher.rb,
lib/datahen/cli/scraper_resource.rb,
lib/datahen/cli/account_deploy_key.rb,
lib/datahen/cli/scraper_deployment.rb

Defined Under Namespace

Classes: Account, AccountDeployKey, EnvVar, Finisher, GlobalPage, Job, JobOutput, Parser, Scraper, ScraperDeployment, ScraperExport, ScraperExporter, ScraperFinisher, ScraperJob, ScraperJobVar, ScraperPage, ScraperResource, ScraperTask, ScraperVar, Seeder

Instance Method Summary collapse

Instance Method Details

#versionObject



51
52
53
# File 'lib/datahen/cli.rb', line 51

def version()
  puts "#{VERSION}"
end