summaryrefslogtreecommitdiff
path: root/lib/action_file_executor.rb
AgeCommit message (Collapse)Author
2024-10-24Execute actions via the FamilyTreeManagerSzymon Szukalski
- Added logic for executing different FamilyTreeManager methods based on actions - More test coverage
2024-10-24Add ActionFileExecutor and execute from CLISzymon Szukalski
- Updated tests to use tempfile - Implemented initial ActionFileExecutor tests