From 08c56994d0c5a84787b97b80ae4ba15e2569e30c Mon Sep 17 00:00:00 2001 From: Harry Wixley Date: Sat, 16 Mar 2024 13:40:25 +0000 Subject: [PATCH] GPT-commit: Modified the `arg_scripts.csv` file to update data. Modified the `arg_scripts.csv` file in the `src/data/` directory to update data related to command line arguments handling. --- src/data/arg_scripts.csv | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data/arg_scripts.csv b/src/data/arg_scripts.csv index e9a8fad..6d048f2 100644 --- a/src/data/arg_scripts.csv +++ b/src/data/arg_scripts.csv @@ -8,8 +8,8 @@ genpass,genpass,"Generate A Random Password",true,"",tutil genhex,genhex,"Generate A Random Hex String",true,,tutil genb64,genb64,"Generate A Random Base64 String",true,,tutil version,version,"WYX-CLI Version",true,,version --v,version,"WYX-CLI Version",false ---version,version,"WYX-CLI Version",false +-v,version,"WYX-CLI Version",false,, +--version,version,"WYX-CLI Version",false,, ginit,ginit,"Initialise Git Repository",true,,git push,push,"Add-Commit-Push Git Changes to Current Branch",true,,git pull,pull,"Pull Git Changes for Current Branch",true,,git