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!
Moves all binaries into a single cmd/argot/ folder
Each tool has its own folder (e.g., cmd/taint => cmd/argot/taint)
cmd/main.go has the single main() function
Keeps racerg as a separate binary since it has non-Go dependencies
Adds and changes some flags
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
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.