bin/hammer in hammer_cli-0.12.0 vs bin/hammer in hammer_cli-0.13.0

- old
+ new

@@ -28,9 +28,10 @@ option ["--version"], :flag, "show version" option ["--show-ids"], :flag, "Show ids of associated resources" option ["--csv"], :flag, "Output as CSV (same as --output=csv)" option ["--output"], "ADAPTER", "Set output format" option ["--no-headers"], :flag, "Hide headers from output" + option ["--output-file"], "OUTPUT_FILE", "Path to custom output file" option ["--csv-separator"], "SEPARATOR", "Character to separate the values" option ["--autocomplete"], "LINE", "Get list of possible endings" option ["--verify-ssl"], "VERIFY_SSL", "Configure SSL verification of remote system" do |value| bool_normalizer = HammerCLI::Options::Normalizers::Bool.new bool_normalizer.format(value)