mirror of
https://github.com/nushell/nushell.git
synced 2025-08-19 00:16:10 +02:00
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:
@@ -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"
|
||||
|
Reference in New Issue
Block a user