Skip to content

Commit

Permalink
rich-click
Browse files Browse the repository at this point in the history
  • Loading branch information
andgineer committed Oct 19, 2023
1 parent ecca6ee commit 43d1d58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
jira
click
rich-click

# Testing
pytest
Expand Down
2 changes: 1 addition & 1 deletion src/jiratools/main.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import click
import rich_click as click
from jiratools.clone_tickets import clone_jira_tickets
from jiratools.transition_tickets import transition_jira_tickets

Expand Down

0 comments on commit 43d1d58

Please sign in to comment.