internal: prepare to use standard .run pattern for subcommands

This commit is contained in:
Aleksey Kladov
2021-08-10 12:25:47 +03:00
parent 0d2b423f40
commit e8a67b67bf
3 changed files with 5 additions and 4 deletions

View File

@@ -1,5 +1,6 @@
//! Various batch processing tasks, intended primarily for debugging.
pub mod flags;
pub mod load_cargo;
mod analysis_stats;
mod diagnostics;