What's Changed
- Add specs and linter documentation by @hlascelles in https://github.com/rails/thor/pull/907
- Add tree command by @hlascelles in https://github.com/rails/thor/pull/906
- feat: support
insert_into_fileerroring if the file is not changed, and addinsert_into_fileby @G-Rath in https://github.com/rails/thor/pull/908 - support THOR_MERGE values with arguments by @rafaelfra...