deno/cli/tools/mod.rs
Bartek Iwańczuk 47f22777be
feat: "deno task" subcommand (#13725)
Co-authored-by: David Sherret <dsherret@gmail.com>
2022-03-10 20:56:14 -05:00

14 lines
248 B
Rust

// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license.
pub mod coverage;
pub mod doc;
pub mod fmt;
pub mod installer;
pub mod lint;
pub mod repl;
pub mod standalone;
pub mod task;
pub mod test;
pub mod upgrade;
pub mod vendor;