added to user prompt help tooltip
This commit is contained in:
parent
9818b43f80
commit
71c6fbce7c
@ -7,6 +7,7 @@
|
|||||||
- ♻️ - Edited
|
- ♻️ - Edited
|
||||||
|
|
||||||
## 0.2.2 - [08/04/2022]
|
## 0.2.2 - [08/04/2022]
|
||||||
|
- ➕ - Add to prompt help helper
|
||||||
- ➕ - Added emoji to output
|
- ➕ - Added emoji to output
|
||||||
- ♻️ - Fixed URL color & style output
|
- ♻️ - Fixed URL color & style output
|
||||||
|
|
||||||
|
@ -83,8 +83,13 @@ end
|
|||||||
loop = true
|
loop = true
|
||||||
while loop
|
while loop
|
||||||
# shell prompt
|
# shell prompt
|
||||||
print "Enter URL (or :q for exit)\n".colorize(:white).mode(:bold)
|
print "Enter URL (".colorize(:white).mode(:bold)
|
||||||
|
print ":h".colorize(:red).mode(:bold)
|
||||||
|
print " for help or ".colorize(:white).mode(:bold)
|
||||||
|
print ":q".colorize(:red).mode(:bold)
|
||||||
|
print " for exit)\n".colorize(:white).mode(:bold)
|
||||||
print "> ".colorize(:green).mode(:bold)
|
print "> ".colorize(:green).mode(:bold)
|
||||||
|
|
||||||
password_string = gets
|
password_string = gets
|
||||||
|
|
||||||
# if ':q' to close program
|
# if ':q' to close program
|
||||||
|
Loading…
Reference in New Issue
Block a user