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:
@@ -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.
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user