Class: Abt::Providers::Harvest::Commands::Start

Inherits:
Track show all
Defined in:
lib/abt/providers/harvest/commands/start.rb

Instance Attribute Summary

Attributes inherited from BaseCommand

#config, #path

Attributes inherited from BaseCommand

#ari, #cli, #flags

Class Method Summary collapse

Methods inherited from Track

flags, #perform

Methods inherited from BaseCommand

#initialize

Methods inherited from BaseCommand

flags, #initialize, #perform

Constructor Details

This class inherits a constructor from Abt::Providers::Harvest::BaseCommand

Class Method Details

.descriptionObject



14
15
16
17
18
# File 'lib/abt/providers/harvest/commands/start.rb', line 14

def self.description
  <<~TXT
    Alias for: `abt track harvest`. Meant to used in combination with other ARIs, e.g. `abt start harvest asana`
  TXT
end

.usageObject



10
11
12
# File 'lib/abt/providers/harvest/commands/start.rb', line 10

def self.usage
  "abt start harvest[:<project-id>/<task-id>] [options]"
end