mirror of
https://github.com/status-im/sourcecred.git
synced 2025-02-23 09:48:14 +00:00
This commit removes the old CLI, which is being replaced by the new instance-system based approach (currently called cli2). This also removes sharness tests on the old CLI, as well as the associated snapshots. This is a little unfortunate since the GitHub snapshot did provide some validation against changes to the plugin; we'd do well to re-integrate such a system when adding testing to cli2. Test plan: `yarn test --full` passes. Since this is just a removal, there's not much that can go wrong.