| 1 | import { createCommand } from 'commander'; |
| 2 | import { writeFileSync } from 'fs'; |
| 3 | import { resolve } from 'path'; |
| 4 | import { assetEditPolicyWeakerThanTransfer } from './checks/asset-edit-policy-weaker-than-transfer'; |
nothing calls this directly
no test coverage detected