mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-30 12:37:49 +00:00
Merge pull request #1513 from sylvestre/uptime-since
feature(uptime): add option --since
This commit is contained in:
commit
817a237821
4 changed files with 55 additions and 37 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -1911,6 +1911,8 @@ dependencies = [
|
|||
name = "uptime"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"getopts 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"uucore 0.0.2 (git+https://github.com/uutils/uucore/?tag=0.0.2)",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue