Skip to content

Commit db0cbda

Browse files
committed
[man] full implementation
1 parent b73f43f commit db0cbda

File tree

5 files changed

+547
-0
lines changed

5 files changed

+547
-0
lines changed

Cargo.lock

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

display/Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ edition.workspace = true
1010
plib = { path = "../plib" }
1111
clap.workspace = true
1212
gettext-rs.workspace = true
13+
libc.workspace = true
14+
thiserror = "1.0"
1315

1416
[lints]
1517
workspace = true
@@ -22,3 +24,6 @@ path = "./echo.rs"
2224
name = "printf"
2325
path = "./printf.rs"
2426

27+
[[bin]]
28+
name = "man"
29+
path = "./man.rs"

0 commit comments

Comments
 (0)