Fix which-support feature (#5038)
This commit is contained in:
parent
82633e2df7
commit
e2d24c5956
|
@ -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"]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user