Emma Tebibyte emma
emma pushed to getopt-bindings at bonsai/harakit 2024-06-29 07:51:26 -06:00
cf5136d247 Makefile, swab(1): fixes swab build
emma commented on pull request bonsai/harakit#91 2024-06-29 07:51:15 -06:00
Add getopt(3p) bindings for Rust

I’m going to go ahead and fix the swab(1) build so that I can merge this branch in.

emma commented on pull request bonsai/harakit#131 2024-06-29 06:53:32 -06:00
Usage text

That’s good, because it is.

emma commented on pull request bonsai/harakit#129 2024-06-29 06:40:47 -06:00
WIP: Generate Rust sysexits bindings without bindgen

@trinity and I have verbally discussed how opposed I am to this change and it has decided to create an alternate solution.

emma pushed to usage-text at bonsai/harakit 2024-06-29 06:39:56 -06:00
17455baeab intcmp(1), npc(1): removes vestigial option
emma commented on pull request bonsai/harakit#91 2024-06-29 06:37:14 -06:00
Add getopt(3p) bindings for Rust
error[E0599]: no method named `parse` found for enum `Option` in the current scope
    --> src/swab.rs:56:22
     
emma created pull request bonsai/harakit#131 2024-06-29 05:29:29 -06:00
Usage text
emma pushed to usage-text at bonsai/harakit 2024-06-29 05:29:15 -06:00
07a12ba81c docs, src: fixing man page and usage text readability
emma created branch usage-text in bonsai/harakit 2024-06-29 05:19:34 -06:00
emma pushed to usage-text at bonsai/harakit 2024-06-29 05:19:34 -06:00
e341c38cd6 docs, src: updates usage text for utilities
emma closed pull request bonsai/harakit#130 2024-06-29 04:56:36 -06:00
OpenBSD compatibility
emma pushed to bsd-compat at bonsai/harakit 2024-06-28 13:17:04 -06:00
4b71c7fd60 dj(1): updates copyright
emma created pull request bonsai/harakit#130 2024-06-28 13:15:50 -06:00
OpenBSD compatibility
emma created branch bsd-compat in bonsai/harakit 2024-06-28 13:14:55 -06:00
emma pushed to bsd-compat at bonsai/harakit 2024-06-28 13:14:55 -06:00
8b8d3d5296 dj(1): fixes for OpenBSD
1660df4a63 Makefile: OpenBSD fixes
Compare 2 commits »
emma commented on issue bonsai/harakit#126 2024-06-28 11:21:04 -06:00
Fix usage text

NetBSD’s is very clear: usage: f [-aDde] [-b b_arg] [-m m_arg] req1 req2 [opt1 [opt2]]\n

Yours is noisy when options have arguments and seem to imply that they are optional (since they are…

emma deleted branch rename from bonsai/harakit 2024-06-28 11:15:56 -06:00
emma commented on pull request bonsai/harakit#129 2024-06-28 10:43:26 -06:00
WIP: Generate Rust sysexits bindings without bindgen

This is much less robust and requires a user to know the awk programming language well enought to read it. I’m working on a way to cross-compile bindgen(1) to your system.

emma closed pull request bonsai/harakit#129 2024-06-28 10:43:26 -06:00
WIP: Generate Rust sysexits bindings without bindgen