add nu-pretty-hex, add into binary, update binaryview (#3370)

* add nu-pretty-hex, add into binary, update binaryview

* updated parameter name, updated examples

* fixed nu-pretty-hex test

* fixed tests again! and added a no color option to pretty-hex
This commit is contained in:
Darren Schroeder
2021-05-01 11:12:25 -05:00
committed by GitHub
parent a8f555856a
commit 8cd639f6a2
22 changed files with 1256 additions and 31 deletions

View File

@@ -25,6 +25,7 @@ nu-table = { version = "0.30.1", path = "../nu-table" }
nu-test-support = { version = "0.30.1", path = "../nu-test-support" }
nu-value-ext = { version = "0.30.1", path = "../nu-value-ext" }
nu-ansi-term = { version = "0.30.1", path = "../nu-ansi-term" }
nu-pretty-hex = { version = "0.30.1", path = "../nu-pretty-hex" }
Inflector = "0.11"
arboard = { version = "1.1.0", optional = true }
@@ -67,7 +68,6 @@ num-format = { version = "0.4.0", features = ["with-num-bigint"] }
num-traits = "0.2.14"
parking_lot = "0.11.1"
pin-utils = "0.1.0"
pretty-hex = "0.2.1"
ptree = { version = "0.3.1", optional = true }
query_interface = "0.3.5"
quick-xml = "0.21.0"