- https://tebibyte.media/~emma
-
fae/faer
- Joined on
2022-02-27
Block a user
format(1)
: formatting strings for ouput
Trinity and I discussed earlier that
format(1)
should work similarly to the Rustformat!
macro, for example:; let var…
format(1)
: formatting strings for ouput
Trinity and I discussed earlier that format(1)
should work similarly to the Rust format!()
macro, for example:
; let var val
;…
scrut(1): fix buffer overflow in option parsing
I know it’s not part of this PR but on line 60 you return 1
; shouldn’t that be return EX_UNAVAILABLE
?
scrut(1): add man page
Perhaps we should note that -h
is an invalid option and not specifically for usage information.
README: added build information and copyright
qi(1)
: The qi shell
I was thinking sysexits.h(3)
values could be exposed by qi to the shell session:
if strcmp var '' {
format "Usage: {} [whatever]"
exit EX_USAGE
}
since both Trinity and I use…
conv(1)
– convert data
I felt like it made sense as one tool, but if you feel it should be two, we could do that.