We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e4789f commit f86b2f6Copy full SHA for f86b2f6
src/pkgdev/scripts/pkgdev_bugs.py
@@ -42,7 +42,9 @@
42
metavar="KEY",
43
help="Bugzilla API key",
44
docs="""
45
- The Bugzilla API key to use for authentication.
+ The Bugzilla API key to use for authentication. WARNING: using this
46
+ option will expose your API key to other users of the same system.
47
+ Consider instead saving your API key in a file named ~/.bugz_token.
48
""",
49
)
50
bugs.add_argument(
0 commit comments