Block a user
scroll(1)
– pager
We only need one pager, the minimal one. I see this as a preference thing, like a text editor: having a minimal text editor is useful, but almost no one prefers the slightly-more-featureful…
WIP: Generate Rust sysexits bindings without bindgen
This shouldn't have been closed until discussion reached a conclusion.
WIP: Generate Rust sysexits bindings without bindgen
Why is it less robust? I disagree - this only uses stable Rust features (the code it generates won't be obsoleted) and very elementary Awk features (the empty pattern, print command, and string…
WIP: Generate Rust sysexits bindings without bindgen
OpenBSD compatibility
Your fixes for dj(1) are already present in the dj refactor branch, as well as a number of other fixes.
Fix usage text
My usage text guidelines are as follows:
- Mandatory positional arguments are noted with brackets like
[description]
. - Optional positional arguments are noted with parens like `(description)…
Add getopt(3p) bindings for Rust
I committed my changes to swab(1) as I believe they will work, though I'm unable to test them at the moment.
Add getopt(3p) bindings for Rust
I'm getting a build error on libgetopt
:
$ make build/o/libgetopt.rlib
rustc --crate-type=lib --crate-name=getopt -o build/o/libgetopt.rlib src/libgetopt.rs
error[E0308]:…