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

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
1 changed files with 1 additions and 1 deletions

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};