thoughtworks / talisman

Using a pre-commit hook, Talisman validates the outgoing changeset for things that look suspicious — such as tokens, passwords, and private keys.
https://thoughtworks.github.io/talisman/
MIT License
1.89k stars 241 forks source link

Create and use subcommands instead of CLI options #395

Open svishwanath-tw opened 1 year ago

svishwanath-tw commented 1 year ago

All invocations of talisman currently use cli flags. Some of them incompatible with each other.

Create and use subcommands with relevant sub options and also a set of global flags when applicable.

svishwanath-tw commented 1 year ago

Working with @DivyaUppu on this