Alfons 5.2
- Taskfile documentation. You can now document your Taskfiles for automatic help messages and shell completion.
- Check the documentation for more info.
- Help messages. You can now display a help message with
--help
, or even get help for a specific task with--help [task]
.- This help message can be automatically generated from the detected tasks in the Taskfile.
- It works best when you document your Taskfile, so you can add descriptions and options.
- Shell autocompletion. Shell autocompletion is now available in Zsh and Bash flavors.
- The Zsh flavor is by far the most complete, since Zsh's completion system is slightly more capable.
- Bash is only able to list tasks, and sometimes options or flags for those tasks. Use Zsh.
- Check the documentation for more info and install instructions.
- Additions to the environment.
lines
: Split a string into linessplit
: Split any string by any patternsanitize
: Neutralizes pattern magic characters in stringskeys
: Get the keys of a table as an arrayslice
: Creates a slice of an arraymap
,reduce
,filter
do to arrays what you would expectcontains
has been rewritten
Full Changelog: v5.1...v5.2