dev-scope 2024.2.21

A tool to help diagnose errors, setup machines, and report bugs to authors.
Documentation
1
2
3
4
5
6
7
mod cli;
mod error;

pub mod prelude {
    pub use super::cli::report_root;
    pub use super::cli::ReportArgs;
}