Skip to content

Commit 474089d

Browse files
authored
Merge pull request #28 from KG-1510/master
updated help
2 parents a29c179 + 24e8c42 commit 474089d

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)