Error make (#948)

* Add `error make` and improve `metadata`

* Allow metadata to work on just a pipeline
This commit is contained in:
JT
2022-02-05 09:39:51 -05:00
committed by GitHub
parent e45e8109aa
commit 8a93548de2
5 changed files with 241 additions and 39 deletions

View File

@ -33,6 +33,7 @@ pub fn create_default_context(cwd: impl AsRef<Path>) -> EngineState {
Do,
Du,
Echo,
ErrorMake,
ExportCommand,
ExportDef,
ExportDefEnv,