deno_task_shell 0.8.2

Cross platform scripting for deno task
1
2
3
4
5
6
7
8
9
// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license.

pub mod parser;

#[cfg(feature = "shell")]
mod shell;

#[cfg(feature = "shell")]
pub use shell::*;