Compare commits
No commits in common. '7ddc8d299aca5c4e259d555de0f89a4c99cef04e' and 'e6ff781af2aa5c6e6bb8271ea0e102532cd0e0a9' have entirely different histories.
7ddc8d299a
...
e6ff781af2
3 changed files with 2 additions and 16 deletions
@ -1,12 +0,0 @@
@@ -1,12 +0,0 @@
|
||||
import click |
||||
import pyperclip |
||||
|
||||
MBP_ISSUE_BASE = "Safeguard/MBP-issues" |
||||
|
||||
|
||||
@click.command() |
||||
@click.argument("issue", type=int) |
||||
def sg_mbp_issue_ref(issue): |
||||
reference = f"{MBP_ISSUE_BASE}#{issue}" |
||||
pyperclip.copy(f"{MBP_ISSUE_BASE}#{issue}") |
||||
click.echo(reference) |
Loading…
Reference in new issue