mirror of
https://github.com/RfidResearchGroup/ChameleonUltra.git
synced 2026-05-12 11:22:59 -07:00
Merge pull request #45 from shallax/main
Add readline import for Posix operating systems to handle arrow keys.
This commit is contained in:
@@ -8,7 +8,10 @@ import chameleon_com
|
||||
import chameleon_cmd
|
||||
import colorama
|
||||
import chameleon_cli_unit
|
||||
|
||||
import os
|
||||
|
||||
if os.name == 'posix':
|
||||
import readline
|
||||
|
||||
ULTRA = r"""
|
||||
╦ ╦╦ ╔╦╗╦═╗╔═╗
|
||||
|
||||
Reference in New Issue
Block a user