mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-08-01 05:27:45 +00:00
Apply change from c32e730a1f
This commit is contained in:
parent
6621a1d6d6
commit
afc6ac8114
1 changed files with 0 additions and 2 deletions
|
@ -28,8 +28,6 @@ fn get_long_usage() -> String {
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn uumain(args: impl uucore::Args) -> UResult<()> {
|
pub fn uumain(args: impl uucore::Args) -> UResult<()> {
|
||||||
let args = args.collect_ignore();
|
|
||||||
|
|
||||||
let matches = uu_app()
|
let matches = uu_app()
|
||||||
.after_help(get_long_usage())
|
.after_help(get_long_usage())
|
||||||
.try_get_matches_from(args)?;
|
.try_get_matches_from(args)?;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue