mirror of
https://github.com/uutils/coreutils
synced 2025-01-05 17:59:00 +00:00
split: formatting
This commit is contained in:
parent
5bfe9b19ef
commit
271a108fa9
1 changed files with 0 additions and 1 deletions
|
@ -53,7 +53,6 @@ const AFTER_HELP: &str = help_section!("after help", "split.md");
|
||||||
|
|
||||||
#[uucore::main]
|
#[uucore::main]
|
||||||
pub fn uumain(args: impl uucore::Args) -> UResult<()> {
|
pub fn uumain(args: impl uucore::Args) -> UResult<()> {
|
||||||
|
|
||||||
let (args, obs_lines) = handle_obsolete(args);
|
let (args, obs_lines) = handle_obsolete(args);
|
||||||
|
|
||||||
let matches = uu_app().try_get_matches_from(args)?;
|
let matches = uu_app().try_get_matches_from(args)?;
|
||||||
|
|
Loading…
Reference in a new issue