mirror of
https://github.com/uutils/coreutils
synced 2024-12-13 23:02:38 +00:00
parent
1cb0a673a0
commit
dd89ec709b
1 changed files with 0 additions and 1 deletions
|
@ -2,7 +2,6 @@
|
||||||
// *
|
// *
|
||||||
// * 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.
|
||||||
// TODO: Support -f flag
|
|
||||||
// spell-checker:ignore (ToDO) istr chiter argptr ilen extendedbigdecimal extendedbigint numberparse
|
// spell-checker:ignore (ToDO) istr chiter argptr ilen extendedbigdecimal extendedbigint numberparse
|
||||||
use std::io::{stdout, ErrorKind, Write};
|
use std::io::{stdout, ErrorKind, Write};
|
||||||
use std::process::exit;
|
use std::process::exit;
|
||||||
|
|
Loading…
Reference in a new issue