mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-12-26 01:57:32 +00:00
These help fields don’t need to be pub
This commit is contained in:
parent
cdad6bb960
commit
411bdc4321
@ -58,13 +58,13 @@ static EXTENDED_HELP: &str = r##" -@, --extended list each file's extended
|
||||
pub struct HelpString {
|
||||
|
||||
/// Only show the help for the long section, not all the help.
|
||||
pub only_long: bool,
|
||||
only_long: bool,
|
||||
|
||||
/// Whether the --git option should be included in the help.
|
||||
pub git: bool,
|
||||
git: bool,
|
||||
|
||||
/// Whether the --extended option should be included in the help.
|
||||
pub xattrs: bool,
|
||||
xattrs: bool,
|
||||
}
|
||||
|
||||
impl HelpString {
|
||||
|
Loading…
Reference in New Issue
Block a user