feat(cli): register fix/ auto-remediation tools in COMMAND_MAP #228
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
All 4
fix/auto-remediation tools are inaccessible viabin/moko. They have wrappers inwrappers/but those are also not registered.Affected Files
fix/fix_line_endings.phpfix:line-endingsfix/fix_tabs.phpfix:tabsfix/fix_trailing_spaces.phpfix:trailingfix/fix_permissions.phpfix:permissionsAcceptance Criteria
bin/mokoCOMMAND_MAPphp bin/moko listshowsFixgroup--helpBranch created:
feature/228-feat-cli-register-fix-auto-remediation-tAll 4 fix tools registered as
fix:line-endings,fix:tabs,fix:trailing,fix:permissions. Also fixed autoloader path bug (../../vendor->../vendor) in all 4 scripts that prevented them from loading when invoked viabin/moko.