Almost-make

Latest version: v0.5.2

Safety actively analyzes 687881 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 4

0.1.2

* Support for `-w, --print-directory` flags.
* Flags imported from `MAKEFLAGS` no longer attempt to claim following values that are really default arguments.

0.1.1

* Built-in pipe interface: If the first argument has a non-zero return code, return that, rather than the return code of the right!
* Add `$(words ...)` and `$(sort ...)` macro functions. `$(words a b c)` returns 3, the number of words it is given. `$(sort ...)` sorts the list of words it is given and removes duplicates.
* Fix `$(wildcard ...)`!

0.1.0

* Improved `README`.

0.0.19

* Built-in `mkdir` and `rm` commands.
* `$(wildcard ...)` function available in `almake`.
* Misc. bug fixes

0.0.18

* Oops! `FORMAT_COLORS['red']` is bad! Use `FORMAT_COLORS['RED']` instead!
* In some places, output was colorized using `FORMAT_COLORS['red']`. There is no key, `red` in `FORMAT_COLORS`. As such, when logging was to occur, a very-confusing error message was displayed when caught, namely, `'red'`!

0.0.17

* Shell-related bug fixes.

Page 3 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.