Thor v0.9.7 Release Notes

Release Date: 2008-10-13 // over 15 years ago
    • Setting global method options on the initialize method works as expected: All other tasks will accept these global options in addition to their own.
    • ➕ Added 'group' notion to Thor task sets (class Thor); by default all tasks are in the 'standard' group. Running 'thor -T' will only show the standard tasks - adding --all will show all tasks. You can also filter on a specific group using the --group option: thor -T --group advanced