coreutils
coreutils copied to clipboard
`true` and `false` can be simplified with `clap::ArgAction`
In true and false, we override clap's default help and version arguments. With clap 3.2, this can probably be simplified by using clap::ArgAction::{Help, Version}.