Sha256: 5e36993ff699e9f6f18c006c4660c7d418b93fb958940ec98e5699ed66a8e8df
Contents?: true
Size: 631 Bytes
Versions: 28
Compression:
Stored size: 631 Bytes
Contents
require 'sfn' module Sfn class Config # List command configuration class List < Sfn::Config attribute( :attribute, String, :multiple => true, :description => 'Attribute of stack to print', :short_flag => 'a' ) attribute( :all_attributes, [TrueClass, FalseClass], :description => 'Print all available attributes', :short_flag => 'A' ) attribute( :status, String, :multiple => true, :description => 'Match stacks with given status. Use "none" to disable.', :short_flag => 's' ) end end end
Version data entries
28 entries across 28 versions & 1 rubygems