Module: FluentCommandBuilder::TeamFoundationTEE
- Defined in:
- lib/fluent_command_builder/command_builders/team_foundation_tee.rb,
lib/fluent_command_builder/command_builders/team_foundation_tee_100.rb,
lib/fluent_command_builder/command_builders/team_foundation_tee_101.rb
Defined Under Namespace
Constant Summary collapse
- COMMAND_NAME =
'tf'
Class Method Summary collapse
Class Method Details
.version(path = nil) ⇒ Object
9 10 11 12 |
# File 'lib/fluent_command_builder/command_builders/team_foundation_tee.rb', line 9 def self.version(path=nil) executable = path ? File.join(path, COMMAND_NAME) : COMMAND_NAME GetVersion[executable] end |