Fix which-support feature (#5038)

This commit is contained in:
Reilly Wood 2022-03-30 11:37:31 -07:00 committed by GitHub
parent 82633e2df7
commit e2d24c5956
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -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"]

View File

@ -101,6 +101,7 @@ features = [
[features]
trash-support = ["trash"]
which-support = ["which"]
plugin = ["nu-parser/plugin"]
dataframe = ["polars", "num"]