Skip to content

Commit

Permalink
GPT-commit: Modified the arg_scripts.csv file to update data.
Browse files Browse the repository at this point in the history
Modified the `arg_scripts.csv` file in the `src/data/` directory to update data related to command line arguments handling.
  • Loading branch information
hwixley committed Mar 16, 2024
1 parent c69ad66 commit 08c5699
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/data/arg_scripts.csv
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ genpass,genpass,"Generate A Random Password",true,"<pass-length?>",tutil
genhex,genhex,"Generate A Random Hex String",true,<length?>,tutil
genb64,genb64,"Generate A Random Base64 String",true,<length?>,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
Expand Down

0 comments on commit 08c5699

Please sign in to comment.