mirror of
https://github.com/nushell/nushell.git
synced 2025-08-10 23:44:52 +02:00
Fix which-support feature (#5038)
This commit is contained in:
@ -80,7 +80,7 @@ extra = ["default", "dataframe"]
|
|||||||
wasi = []
|
wasi = []
|
||||||
|
|
||||||
# Stable (Default)
|
# Stable (Default)
|
||||||
which-support = ["nu-command/which"]
|
which-support = ["nu-command/which-support"]
|
||||||
zip-support = ["nu-command/zip"]
|
zip-support = ["nu-command/zip"]
|
||||||
trash-support = ["nu-command/trash-support"]
|
trash-support = ["nu-command/trash-support"]
|
||||||
|
|
||||||
|
@ -101,6 +101,7 @@ features = [
|
|||||||
|
|
||||||
[features]
|
[features]
|
||||||
trash-support = ["trash"]
|
trash-support = ["trash"]
|
||||||
|
which-support = ["which"]
|
||||||
plugin = ["nu-parser/plugin"]
|
plugin = ["nu-parser/plugin"]
|
||||||
dataframe = ["polars", "num"]
|
dataframe = ["polars", "num"]
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user