mirror of
https://github.com/RyanGreenup/cadmus.git
synced 2025-08-30 09:10:16 +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
|
## 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:
|
- SubFunctions will take only two arguments:
|
||||||
- `-h` or `--help` as a help function
|
- `-h` or `--help` as a help function
|
||||||
- If this is seen anywhere the help will be printed and the script exit will.
|
- If this is seen anywhere the help will be printed and the script exit will.
|
||||||
|
@@ -96,6 +96,7 @@ SkimGrep () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# *** Interpret arguments
|
# *** Interpret arguments
|
||||||
|
## TODO I should change this, the -d and -p options only complicate things
|
||||||
arguments () {
|
arguments () {
|
||||||
while test $# -gt 0
|
while test $# -gt 0
|
||||||
do
|
do
|
||||||
|
Reference in New Issue
Block a user