Edwin Kofler
Edwin Kofler
### Roadmap for `v2.0.0` - [x] Remove deprecated functionality - [x] Move everything to single script (this project is already mostly decoupled from Basalt - do it fully) - [x]...
Help page can be improved. There are some issues: - [ ] When using `bake.has_flag`, its information is printed in a weird location - [ ] Show possible `$var_` variables...
As mentioned in [POSIX](https://pubs.opengroup.org/onlinepubs/9699919799/utilities/cd.html), the _environment variable_ `CDPATH` chagnes the behavior of `cd`. Notably, it can cause the directory to be changed to an unexpected location. This makes the script...
It is difficult (annoying) to edit the `shdoc` file because there are trailing whitespace characters (a special option must be selected while saving, to save without formatting). This fixes that...
`/bin/bash` doesn't always exist on POSIX-y systems, like NixOS and some BSDs (when Bash is installed).