Skip to content

Commit 24e8c42

Browse files
committed
updated help
1 parent df581c3 commit 24e8c42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examplePackage/examplePackage/helpVersion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from examplePackage.utils import message, debug, init_default_key_storage, printy, STORAGE_DIR, STORE_KEY_F
22

33
def help():
4-
message.success("Usage: clik <command> \n \n init\t\tinitializes the script to input key value pairs \n add\t\tinsert key value pair in existing json file \n subtract\tdelete key value pair in existing json file \n modify\t\talter key value in existing json file \n encrypt\tencrypts key value dictionary to json and generate encryption key \n decrypt\tdecrypts json file to dictionary \n help\t\tguide through all the CLIK functions \n version\tshows the CLIK version installed ")
4+
message.success("Usage: clik <command> \n \n init\t\tinitializes the script to input key value pairs \n add\t\tinsert key value pair in existing json file \n sub\tdelete key value pair in existing json file \n mod\t\talter key value in existing json file \n enc\tencrypts key value dictionary to json and generate encryption key \n dec\tdecrypts json file to dictionary \n help\t\tguide through all the CLIK functions \n version\tshows the CLIK version installed ")
55

66
def version():
77
message.success("CLIK Version 0.0.0")

0 commit comments

Comments
 (0)