commit
a8fe3085fd
|
@ -5,6 +5,12 @@ import yaml
|
|||
from colorama import Fore
|
||||
from git.repo import Repo
|
||||
|
||||
# Use readline if available (for clean_input)
|
||||
try:
|
||||
import readline
|
||||
except:
|
||||
pass
|
||||
|
||||
|
||||
def clean_input(prompt: str = ""):
|
||||
try:
|
||||
|
|
Loading…
Reference in New Issue