We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b26097 commit d9b745dCopy full SHA for d9b745d
datetime/time.rs
@@ -20,9 +20,9 @@ use plib::PROJECT_NAME;
20
21
#[derive(Parser)]
22
#[command(
23
+ version,
24
about = gettext("time - time a simple command or give resource usage"),
25
help_template = gettext("{about}\n\nUsage: {usage}\n\nArguments:\n{positionals}\n\nOptions:\n{options}"),
- version = env!("CARGO_PKG_VERSION"),
26
disable_help_flag = true,
27
disable_version_flag = true,
28
)]
0 commit comments