mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
Merge pull request #5469 from cakebaker/remove_last_synced_comments
Remove "last synced with" comments
This commit is contained in:
commit
64916b0698
8 changed files with 0 additions and 16 deletions
|
@ -4,8 +4,6 @@
|
|||
// file that was distributed with this source code.
|
||||
|
||||
// spell-checker:ignore (ToDO) nonprint nonblank nonprinting
|
||||
|
||||
// last synced with: cat (GNU coreutils) 8.13
|
||||
use clap::{crate_version, Arg, ArgAction, Command};
|
||||
use std::fs::{metadata, File};
|
||||
use std::io::{self, IsTerminal, Read, Write};
|
||||
|
|
2
src/uu/env/src/env.rs
vendored
2
src/uu/env/src/env.rs
vendored
|
@ -3,8 +3,6 @@
|
|||
// For the full copyright and license information, please view the LICENSE
|
||||
// file that was distributed with this source code.
|
||||
|
||||
/* last synced with: env (GNU coreutils) 8.13 */
|
||||
|
||||
// spell-checker:ignore (ToDO) chdir execvp progname subcommand subcommands unsets setenv putenv spawnp SIGSEGV SIGBUS sigaction
|
||||
|
||||
use clap::{crate_name, crate_version, Arg, ArgAction, Command};
|
||||
|
|
|
@ -3,8 +3,6 @@
|
|||
// For the full copyright and license information, please view the LICENSE
|
||||
// file that was distributed with this source code.
|
||||
|
||||
/* last synced with: logname (GNU coreutils) 8.22 */
|
||||
|
||||
// spell-checker:ignore (ToDO) getlogin userlogin
|
||||
|
||||
use clap::{crate_version, Command};
|
||||
|
|
|
@ -3,8 +3,6 @@
|
|||
// For the full copyright and license information, please view the LICENSE
|
||||
// file that was distributed with this source code.
|
||||
|
||||
/* last synced with: printenv (GNU coreutils) 8.13 */
|
||||
|
||||
use clap::{crate_version, Arg, ArgAction, Command};
|
||||
use std::env;
|
||||
use uucore::{error::UResult, format_usage, help_about, help_usage};
|
||||
|
|
|
@ -3,8 +3,6 @@
|
|||
// For the full copyright and license information, please view the LICENSE
|
||||
// file that was distributed with this source code.
|
||||
|
||||
// last synced with: uname (GNU coreutils) 8.21
|
||||
|
||||
// spell-checker:ignore (API) nodename osname sysname (options) mnrsv mnrsvo
|
||||
|
||||
use clap::{crate_version, Arg, ArgAction, Command};
|
||||
|
|
|
@ -3,8 +3,6 @@
|
|||
// For the full copyright and license information, please view the LICENSE
|
||||
// file that was distributed with this source code.
|
||||
|
||||
/* last synced with: unlink (GNU coreutils) 8.21 */
|
||||
|
||||
use std::ffi::OsString;
|
||||
use std::fs::remove_file;
|
||||
use std::path::Path;
|
||||
|
|
|
@ -3,8 +3,6 @@
|
|||
// For the full copyright and license information, please view the LICENSE
|
||||
// file that was distributed with this source code.
|
||||
|
||||
/* last synced with: whoami (GNU coreutils) 8.21 */
|
||||
|
||||
use std::ffi::OsString;
|
||||
|
||||
use clap::{crate_version, Command};
|
||||
|
|
|
@ -3,8 +3,6 @@
|
|||
// For the full copyright and license information, please view the LICENSE
|
||||
// file that was distributed with this source code.
|
||||
|
||||
/* last synced with: yes (GNU coreutils) 8.13 */
|
||||
|
||||
// cSpell:ignore strs
|
||||
|
||||
use clap::{builder::ValueParser, crate_version, Arg, ArgAction, Command};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue