mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-31 04:57: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<()> {
|
||||
let args = args.collect_ignore();
|
||||
|
||||
let matches = uu_app()
|
||||
.after_help(get_long_usage())
|
||||
.try_get_matches_from(args)?;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue