awslabs / ar-go-tools

ar-go-tools (Argot) is a collection of analysis tools for Go
Apache License 2.0
25 stars 1 forks source link

Unify argot binaries #90

Closed samarth-aws closed 2 months ago

samarth-aws commented 2 months ago

Issue #, if available:

87

Description of changes: Instead of having a binary for each tool, we now have a single argot binary that has each tool as a sub-command: e.g., taint -config ... => argot taint -config ...

This is a breaking change!

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.