Sha256: 3f69c4740c8a630cf7bcf47c43a1d6d1b8dc605a3c2e0a247a05e42f316c9e52
Contents?: true
Size: 434 Bytes
Versions: 2
Compression:
Stored size: 434 Bytes
Contents
#!/usr/bin/env ruby require 'escort' require 'werd' Escort::App.create do |app| app.options do |opts| opts.opt :token, 'Your Pivotal Tracker API token', short: '-t', long: '--token', type: :string opts.opt :project, 'The ID of the project you want a report on', short: '-p', long: '--project', type: :string end app.action do |options, arguments| Werd::Commands::Report.new(options, arguments).execute end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
werd-0.0.2 | bin/werd |
werd-0.0.1 | bin/werd |