1
0
mirror of https://github.com/RyanGreenup/cadmus.git synced 2025-08-29 16:50:00 +02:00

Abandon Help from Cadmus

This commit is contained in:
ryangreenup
2020-07-14 20:43:33 +10:00
parent 38a9ace608
commit 9054ecddf7
2 changed files with 4 additions and 0 deletions

View File

@@ -11,6 +11,9 @@ this is an attempt to wrap them into a single script and then have aliases to ma
## Philosophy
- cadmus acts as a menu for scripts to acheive things
- the script name will always be printed to the terminal so the individual
script can be used for whatever purpose.
- SubFunctions will take only two arguments:
- `-h` or `--help` as a help function
- If this is seen anywhere the help will be printed and the script exit will.

View File

@@ -96,6 +96,7 @@ SkimGrep () {
}
# *** Interpret arguments
## TODO I should change this, the -d and -p options only complicate things
arguments () {
while test $# -gt 0
do