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 f6d19fa commit 876f941Copy full SHA for 876f941
src/uu/uptime/src/uptime.rs
@@ -35,6 +35,7 @@ const ABOUT: &str = concat!(
35
const ABOUT: &str = help_about!("uptime.md");
36
37
const USAGE: &str = help_usage!("uptime.md");
38
+
39
pub mod options {
40
pub static SINCE: &str = "since";
41
pub static PATH: &str = "path";
@@ -54,6 +55,7 @@ pub enum UptimeError {
54
55
#[error("extra operand '{0}'")]
56
ExtraOperandError(String),
57
}
58
59
impl UError for UptimeError {
60
fn code(&self) -> i32 {
61
1
0 commit comments