dysk 3.6.1

give information on mounted filesystems
1
2
3
4
5
6
#[allow(clippy::match_like_matches_macro)]
fn main() {
    if dysk_cli::run().is_err() {
        std::process::exit(141);
    }
}