refactor: move deno info functionality from deno_graph to CLI (#16434)

Closes #16423
This commit is contained in:
David Sherret 2022-10-28 11:03:33 -04:00 committed by GitHub
parent ec09134d8a
commit 56d5cb21b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 718 additions and 124 deletions

View file

@ -5,6 +5,7 @@ pub mod check;
pub mod coverage;
pub mod doc;
pub mod fmt;
pub mod info;
pub mod init;
pub mod installer;
pub mod lint;