Sha256: c17535632918e13a3f39da631a7c353e0d5b00962787428dd409e710a8d3f6a0
Contents?: true
Size: 548 Bytes
Versions: 5
Compression:
Stored size: 548 Bytes
Contents
require 'sfn' module Sfn class Config # List command configuration class List < Bogo::Config attribute( :attribute, String, :multiple => true, :description => 'Attribute of stack to print' ) attribute( :all_attributes, [TrueClass, FalseClass], :description => 'Print all available attributes' ) attribute( :status, String, :multiple => true, :description => 'Match stacks with given status. Use "none" to disable.' ) end end end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
sfn-0.3.8 | lib/sfn/config/list.rb |
sfn-0.3.6 | lib/sfn/config/list.rb |
sfn-0.3.4 | lib/sfn/config/list.rb |
sfn-0.3.2 | lib/sfn/config/list.rb |
sfn-0.3.0 | lib/sfn/config/list.rb |