mirror of
https://github.com/nushell/nushell.git
synced 2025-01-11 16:58:41 +01:00
Delete obsolete+unused files (#5272)
This commit is contained in:
parent
96253c69fb
commit
7e730e28bb
@ -1,24 +0,0 @@
|
|||||||
[tasks.lalrpop]
|
|
||||||
install_crate = { crate_name = "lalrpop", binary = "lalrpop", test_arg = "--help" }
|
|
||||||
command = "lalrpop"
|
|
||||||
args = ["src/parser/parser.lalrpop"]
|
|
||||||
|
|
||||||
[tasks.baseline]
|
|
||||||
command = "cargo"
|
|
||||||
args = ["build", "--bins"]
|
|
||||||
|
|
||||||
[tasks.run]
|
|
||||||
command = "cargo"
|
|
||||||
args = ["run"]
|
|
||||||
dependencies = ["baseline"]
|
|
||||||
|
|
||||||
[tasks.test]
|
|
||||||
command = "cargo"
|
|
||||||
args = ["test"]
|
|
||||||
dependencies = ["baseline"]
|
|
||||||
|
|
||||||
[tasks.check]
|
|
||||||
command = "cargo"
|
|
||||||
args = ["check"]
|
|
||||||
dependencies = ["baseline"]
|
|
||||||
|
|
@ -1 +0,0 @@
|
|||||||
Nu will look for the plugins in your PATH on startup. While nu will have some functionality without them, for full functionality you'll need to copy them into your path so they can be loaded.
|
|
@ -1 +0,0 @@
|
|||||||
edition = "2018"
|
|
Loading…
Reference in New Issue
Block a user