Block a user
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]:…
Add getopt(3p) bindings for Rust
I was about to follow-up with the fact that
-o
would fix this behavior but then I remembered we already do in fact use it already. I will rename the source file, should I rename strerror.rs to…
Generate Rust sysexits bindings without bindgen
Add getopt(3p) bindings for Rust
Could we name the file in the heirarchy libgetopt.rs
to make it abundantly clear it's not a utility? Or (this may be not practically achievable) make this a utility that also functions as a library?
dj(1) null-byte padding:
-A
or -a ''
?
Decided in #125; dj -a ''
will be the new, only way to specify nul byte alignment padding.
WIP: dj(1): Refactor source a bit, remove -adq