diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6015856..b01fcd0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,7 +25,7 @@ jobs: - name: Disable hicolor icon theme triggers run: sudo sed '/hicolor-icon-theme/d' -i /var/lib/dpkg/triggers/File - name: ShellCheck Test - run: shellcheck ugit + run: shellcheck --exclude=SC2015 ugit - name: Syntax Testing # -n : read commands but do not execute them. # This may be used to check a shell script for syntax errors (ignored by interactive shells). diff --git a/README.md b/README.md index a95ea28..2556795 100644 --- a/README.md +++ b/README.md @@ -110,25 +110,6 @@ Have any other ideas/suggestions? [**Hop in to ugit discussions 💬️**](https ```bash ugit --version ``` - Optionally run `ugit --help` to see help and management commands - - ```bash - Undo your last oopsie in Git 🙈 - Usage: ugit [-h] [-v] [-u] - - ugit helps you undo your last git command without much effort - Just run 'ugit' and search for what you want to undo - - Available options: - - -h, --help Print this help and exit - -v, --version Print current ugit version - -u, --update Update ugit - - Contact 📬: varshneybhupesh@gmail.com for assistance - Read the guide: https://bhupesh.gitbook.io/notes/git/how-to-undo-anything-in-git - - ``` ### ZSH Frameworks