From 6147f62d1394b66127776e68641dd2fc3f878107 Mon Sep 17 00:00:00 2001 From: Harry Wixley Date: Sun, 28 Jan 2024 14:27:27 +0000 Subject: [PATCH] GPT-commit: Modified .github/README.md and argparse.sh files - updated documentation and added command line argument parsing functionality. GPT-commit: Updated documentation and added command line argument parsing in .github/README.md and argparse.sh files. --- .github/README.md | 2 +- argparse.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/README.md b/.github/README.md index cf27c5d..c761872 100644 --- a/.github/README.md +++ b/.github/README.md @@ -4,7 +4,7 @@ Optimize your development productivity in the terminal
-[![CODEQL](https://github.com/hwixley/wix-cli/actions/workflows/github-code-scanning/codeql/badge.svg)](https://hwixley.github.io/wix-cli/) [![Deploy Jekyll GH-Pages](https://github.com/hwixley/WIX-CLI/actions/workflows/jekyll-gh-pages.yml/badge.svg)](https://github.com/hwixley/WIX-CLI/actions/workflows/jekyll-gh-pages.yml) [![Generate Stdout Image](https://github.com/hwixley/WIX-CLI/actions/workflows/main.yml/badge.svg)](https://github.com/hwixley/WIX-CLI/actions/workflows/main.yml)
![License](https://img.shields.io/badge/License-MIT-purple?labelColor=gray&style=flat) ![Version](https://img.shields.io/badge/Version-2.0.0-blue?labelColor=gray&style=flat) ![Platforms](https://img.shields.io/badge/Platforms-BASH%20&%20ZSH-orange?labelColor=gray&style=flat) +[![CODEQL](https://github.com/hwixley/wix-cli/actions/workflows/github-code-scanning/codeql/badge.svg)](https://hwixley.github.io/wix-cli/) [![Deploy Jekyll GH-Pages](https://github.com/hwixley/WIX-CLI/actions/workflows/jekyll-gh-pages.yml/badge.svg)](https://github.com/hwixley/WIX-CLI/actions/workflows/jekyll-gh-pages.yml) [![Generate Stdout Image](https://github.com/hwixley/WIX-CLI/actions/workflows/main.yml/badge.svg)](https://github.com/hwixley/WIX-CLI/actions/workflows/main.yml)
![License](https://img.shields.io/badge/License-MIT-purple?labelColor=gray&style=flat) ![Version](https://img.shields.io/badge/Version-2.1.0-blue?labelColor=gray&style=flat) ![Platforms](https://img.shields.io/badge/Platforms-BASH%20&%20ZSH-orange?labelColor=gray&style=flat)

diff --git a/argparse.sh b/argparse.sh index 5ad130d..ece21cb 100644 --- a/argparse.sh +++ b/argparse.sh @@ -1,7 +1,7 @@ #!/bin/bash # CLI CONSTS -version="2.0.0" +version="2.1.0" num_args=$# date=$(date) year="${date:24:29}"