bin/cfnlego in cfnlego-0.2.0 vs bin/cfnlego in cfnlego-0.2.2

- old
+ new

@@ -16,10 +16,10 @@ options[:indent_token] = i end opts.on("-l", "--list", "List supported resources") do options[:list_resources] = true - puts Cfnlego.Resources + puts Cfnlego.Resources.sort exit end opts.on("-c", "--indent-count [COUNT]",