Well, this is after the 4/29 turmoil and everything seems to be working... Some of the stuff was not commited before the turmoil. However, it seems intact here... My next plan of action is full "disk" encyption with the P7C_ENC protocol and adding built-in P7C and other apps, converting them into "terminal line" tools.
This commit is contained in:
12
scripts/help/help.py
Normal file → Executable file
12
scripts/help/help.py
Normal file → Executable file
@@ -1,2 +1,12 @@
|
||||
from ..color_print import color_print
|
||||
def main(args):
|
||||
print("An unfinished help section! Yay")
|
||||
# Title
|
||||
color_print.cprint("HELP SECTION", "ORANGE")
|
||||
print("=" * 40)
|
||||
|
||||
# Entries
|
||||
color_print.cprint("pointerfile.txt", "GREEN", sameline=True); print(": command aliases")
|
||||
|
||||
|
||||
# Newline
|
||||
print("")
|
||||
|
||||
Reference in New Issue
Block a user