lib/ronin/cli/commands/hexdump.rb in ronin-2.0.1 vs lib/ronin/cli/commands/hexdump.rb in ronin-2.0.2

- old
+ new

@@ -415,9 +415,10 @@ end # List of command `options` that directly map to the keyword arguments # of `Hexdump.hexdump`. HEXDUMP_OPTIONS = [ + :type, :format, :offset, :length, :zero_pad, :columns,