🚧 ignore shellcheck warning for now

This commit is contained in:
Bhupesh-V 2021-09-19 10:42:34 +05:30
parent 9a2b07704c
commit 8a13b28fc0
2 changed files with 1 additions and 20 deletions

View file

@ -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).

View file

@ -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