You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we accept multi path arguments to support the --merge command, which is a bit hacky.
Should probably refactor to use (for example) github.com/spf13/cobra and then have commands:
scan
add
merge
strip (to deduplicate X given main db Y, useful to store delta hashes per release)
test (to see if a particular filename or line is in the db)
The text was updated successfully, but these errors were encountered:
Currently we accept multi path arguments to support the --merge command, which is a bit hacky.
Should probably refactor to use (for example)
github.com/spf13/cobra
and then have commands:The text was updated successfully, but these errors were encountered: