summaryrefslogtreecommitdiff
path: root/cli/tools/mod.rs
blob: 11c904776959c712653d0fca0e53153584951e86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license.

pub mod bench;
pub mod coverage;
pub mod doc;
pub mod fmt;
pub mod init;
pub mod installer;
pub mod lint;
pub mod repl;
pub mod standalone;
pub mod task;
pub mod test;
pub mod upgrade;
pub mod vendor;