You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 \nsubtract\tdelete key value pair in existing json file \nmodify\t\talter key value in existing json file \nencrypt\tencrypts key value dictionary to json and generate encryption key \ndecrypt\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 \nsub\tdelete key value pair in existing json file \nmod\t\talter key value in existing json file \nenc\tencrypts key value dictionary to json and generate encryption key \ndec\tdecrypts json file to dictionary \n help\t\tguide through all the CLIK functions \n version\tshows the CLIK version installed ")
0 commit comments