mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
Merge the use declarations
This commit is contained in:
parent
fcdb7e48ed
commit
27150a970b
1 changed files with 1 additions and 2 deletions
|
@ -12,9 +12,8 @@ use std::env;
|
||||||
use std::path::{Path, PathBuf};
|
use std::path::{Path, PathBuf};
|
||||||
use uucore::display::println_verbatim;
|
use uucore::display::println_verbatim;
|
||||||
use uucore::error::{FromIo, UResult};
|
use uucore::error::{FromIo, UResult};
|
||||||
use uucore::format_usage;
|
use uucore::{format_usage, help_about, help_usage};
|
||||||
use uucore::fs::{canonicalize, MissingHandling, ResolveMode};
|
use uucore::fs::{canonicalize, MissingHandling, ResolveMode};
|
||||||
use uucore::{help_about, help_usage};
|
|
||||||
|
|
||||||
const USAGE: &str = help_usage!("relpath.md");
|
const USAGE: &str = help_usage!("relpath.md");
|
||||||
const ABOUT: &str = help_about!("relpath.md");
|
const ABOUT: &str = help_about!("relpath.md");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue