mirror of
https://github.com/google/nomulus
synced 2026-01-09 07:33:42 +00:00
* Clean up token generation - Allow tokenLength of 0 - If specifying a token length of 0, throw an error if numTokens > 1 * Allow generation of 0-length strings * Allow for --tokens option to generate specific tokens * Revert String generators and disallow 0 'length' param * Add verifyInput method and batch the listed tokens * Check the number of tokens created