mirror of
https://github.com/uutils/coreutils
synced 2024-12-15 15:52:42 +00:00
groups: fix formatting
This commit is contained in:
parent
053a1216a3
commit
a9dd3eb03f
1 changed files with 6 additions and 1 deletions
|
@ -17,7 +17,12 @@
|
||||||
|
|
||||||
use std::error::Error;
|
use std::error::Error;
|
||||||
use std::fmt::Display;
|
use std::fmt::Display;
|
||||||
use uucore::{display::Quotable, entries::{get_groups_gnu, gid2grp, Locate, Passwd}, error::{UError, UResult}, format_usage, help_about, help_usage, show};
|
use uucore::{
|
||||||
|
display::Quotable,
|
||||||
|
entries::{get_groups_gnu, gid2grp, Locate, Passwd},
|
||||||
|
error::{UError, UResult},
|
||||||
|
format_usage, help_about, help_usage, show,
|
||||||
|
};
|
||||||
|
|
||||||
use clap::{crate_version, Arg, ArgAction, Command};
|
use clap::{crate_version, Arg, ArgAction, Command};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue