mirror of
https://github.com/nushell/nushell.git
synced 2025-01-22 06:08:47 +01:00
fix zipped themes by adding zip feature (#2752)
This commit is contained in:
parent
5be774b2e5
commit
6d60bab2fd
@ -88,6 +88,7 @@ default = [
|
|||||||
"post",
|
"post",
|
||||||
"fetch",
|
"fetch",
|
||||||
"rich-benchmark",
|
"rich-benchmark",
|
||||||
|
"zip-support"
|
||||||
]
|
]
|
||||||
extra = ["default", "binaryview", "tree", "clipboard-cli", "trash-support", "start", "bson", "sqlite", "s3", "chart", "xpath", "selector"]
|
extra = ["default", "binaryview", "tree", "clipboard-cli", "trash-support", "start", "bson", "sqlite", "s3", "chart", "xpath", "selector"]
|
||||||
stable = ["default"]
|
stable = ["default"]
|
||||||
@ -104,6 +105,7 @@ post = ["nu_plugin_post"]
|
|||||||
ps = ["nu_plugin_ps"]
|
ps = ["nu_plugin_ps"]
|
||||||
sys = ["nu_plugin_sys"]
|
sys = ["nu_plugin_sys"]
|
||||||
textview = ["nu_plugin_textview"]
|
textview = ["nu_plugin_textview"]
|
||||||
|
zip-support = ["nu-cli/zip"]
|
||||||
|
|
||||||
# Extra
|
# Extra
|
||||||
binaryview = ["nu_plugin_binaryview"]
|
binaryview = ["nu_plugin_binaryview"]
|
||||||
|
Loading…
Reference in New Issue
Block a user