class Abt::Providers::Harvest::Commands::Start

Public Class Methods

description() click to toggle source
# 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
usage() click to toggle source
# File lib/abt/providers/harvest/commands/start.rb, line 10
def self.usage
  "abt start harvest[:<project-id>/<task-id>] [options]"
end