1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

coreutils.rs: spell ignore

This commit is contained in:
Sylvestre Ledru 2025-06-03 09:16:10 +02:00
parent 005f0b7737
commit 578499fbad

View file

@ -3,7 +3,7 @@
// For the full copyright and license information, please view the LICENSE // For the full copyright and license information, please view the LICENSE
// file that was distributed with this source code. // file that was distributed with this source code.
// spell-checker:ignore manpages mangen // spell-checker:ignore manpages mangen prefixcat testcat
use clap::{Arg, Command}; use clap::{Arg, Command};
use clap_complete::Shell; use clap_complete::Shell;