Merge branch 'devel' of https://git.cscherr.de/PlexSheep/numf into devel
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m48s

This commit is contained in:
Christoph J. Scherr 2024-09-06 11:45:59 +02:00
commit e210b688f8
Signed by: cscherrNT
GPG key ID: 8E2B45BC51A27EA7

View file

@ -1,4 +1,4 @@
use std::io::{stdout, IsTerminal, Read, Write};
use std::io::{IsTerminal, Read, Write};
use std::process::exit;
use clap::{CommandFactory, Parser};