- https://tebibyte.media/~emma
-
fae/faer
- Joined on
2022-02-27
argv[0]
is an empty string
i’m not in the business of preventing fun hacks of our tools, yknow :P
argv[0]
is an empty string
mostly because if you manage to remove argv[0] you probably meant to, and if you didn’t, it’s a symptom of a larger problem that should probably be reflected in output.
qi(1)
: The qi shell
Curly braces could open a block the same way they do in C, where variables created inside the block are local to it and can't escape but variables from outside the block can be modified as…
that 2-tabstop thing is inherited from my other projects :P i’ll change it to 4 later and add a .editorconfig
thoughts on removing -i
and -o
?
dj [-b input_size] [-B output_size] [-s input_start] [-S output_start] file1 [file2]
if file2
is not specified, use stdout.
argv[0]
is an empty string
qi(1)
: The qi shell
i would also like to see curly braces ({ }) used instead of if then fi and for/while do done, but if someone has a better solution im all ears
qi(1)
: The qi shell
trinity and i talked about this already but we want to replace case/esac with match statements that act similarly to Rust matches.