We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add --count to the main() of the uuid module.
--count
Sometimes you need more than one UUID. In order to print 42 UUIDs, run python -m uuid --count 42
python -m uuid --count 42
Inspired by https://www.man7.org/linux/man-pages/man1/uuidgen.1.html
This is a minor feature, which does not need previous discussion elsewhere
No response
The text was updated successfully, but these errors were encountered:
gh-131236: allow to generate multiple UUIDs at once via CLI (#131218)
52b5eb9
Co-authored-by: Bénédikt Tran <[email protected]>
pythongh-131236: allow to generate multiple UUIDs at once via CLI (py…
ac167c9
…thon#131218) Co-authored-by: Bénédikt Tran <[email protected]>
f16a00b
Successfully merging a pull request may close this issue.
Feature or enhancement
Proposal:
Add
--count
to the main() of the uuid module.Sometimes you need more than one UUID. In order to print 42 UUIDs, run
python -m uuid --count 42
Inspired by https://www.man7.org/linux/man-pages/man1/uuidgen.1.html
Has this already been discussed elsewhere?
This is a minor feature, which does not need previous discussion elsewhere
Links to previous discussion of this feature:
No response
Linked PRs
The text was updated successfully, but these errors were encountered: