Skip to content
This repository has been archived by the owner on Jan 15, 2022. It is now read-only.

Commit

Permalink
feat: display back and quit keys (ref: #39)
Browse files Browse the repository at this point in the history
  • Loading branch information
devrimyatar committed Sep 9, 2021
1 parent b2739b0 commit 5ab1619
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cli/config_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
error_color = 196
success_color = 10
bold_color = 15
grey_color = 242

clear = lambda: os.system('clear')
urllib3.disable_warnings()
Expand Down Expand Up @@ -413,6 +414,7 @@ def get_input(self, values=[], text='Selection', default=None, itype=None,
help_text=None, sitype=None, enforce='__true__',
example=None, spacing=0
):
print(self.colored_text("b: back, q: quit", grey_color))
print()
type_text = ''
if itype:
Expand Down

0 comments on commit 5ab1619

Please sign in to comment.