lfs 2.10.0

give information on mounted filesystems
1
2
3
4
5
6

#[allow(clippy::match_like_matches_macro)]
fn main() {
    dysk_cli::run();
}