Make whitespace uniform

This commit is contained in:
jamin-eisenberg 2024-08-28 12:45:14 -04:00 committed by jamin-eisenberg
parent 7429f8a970
commit d9db14c3d7
No known key found for this signature in database
GPG key ID: 11B4D023926894E6

View file

@ -282,10 +282,10 @@ pub fn build_app() -> Command {
)
.arg(
Arg::new(FLAG_NO_HEADER)
.long(FLAG_NO_HEADER)
.help("Do not print the repl header")
.action(ArgAction::SetTrue)
.required(false)
.long(FLAG_NO_HEADER)
.help("Do not print the repl header")
.action(ArgAction::SetTrue)
.required(false)
)
)
.subcommand(Command::new(CMD_RUN)