dysk 3.4.0

give information on mounted filesystems
1
2
3
4
#[allow(clippy::match_like_matches_macro)]
fn main() {
    dysk_cli::run();
}