mirror of
https://github.com/denoland/deno.git
synced 2025-08-03 18:38:33 +00:00
refactor: move deno info
functionality from deno_graph to CLI (#16434)
Closes #16423
This commit is contained in:
parent
ec09134d8a
commit
56d5cb21b0
5 changed files with 718 additions and 124 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue