mirror of
https://github.com/nushell/nushell
synced 2024-11-10 15:14:14 +00:00
Fix which-support feature (#5038)
This commit is contained in:
parent
82633e2df7
commit
e2d24c5956
2 changed files with 2 additions and 1 deletions
|
@ -80,7 +80,7 @@ extra = ["default", "dataframe"]
|
|||
wasi = []
|
||||
|
||||
# Stable (Default)
|
||||
which-support = ["nu-command/which"]
|
||||
which-support = ["nu-command/which-support"]
|
||||
zip-support = ["nu-command/zip"]
|
||||
trash-support = ["nu-command/trash-support"]
|
||||
|
||||
|
|
|
@ -101,6 +101,7 @@ features = [
|
|||
|
||||
[features]
|
||||
trash-support = ["trash"]
|
||||
which-support = ["which"]
|
||||
plugin = ["nu-parser/plugin"]
|
||||
dataframe = ["polars", "num"]
|
||||
|
||||
|
|
Loading…
Reference in a new issue