diff options
| author | Teddy Wing | 2018-01-27 17:50:34 +0100 |
|---|---|---|
| committer | Teddy Wing | 2018-01-27 17:50:34 +0100 |
| commit | 54c976418877d15971d4ea4544d308cdbff196ce (patch) | |
| tree | ac1098b1847b8efd8529b5dd34a2a93db8c12488 | |
| parent | 1c5416f04dc6f4b6c98f6007ca3410b8ec30c8e3 (diff) | |
| download | harvester-54c976418877d15971d4ea4544d308cdbff196ce.tar.bz2 | |
harvester(main): Delete old commented code
This was an initial idea for command line argument parsing, but the
`case` statement turned out to be better.
| -rwxr-xr-x | harvester | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -21,9 +21,6 @@ function main () { local description='' while [ $# -gt 0 ]; do - # if [ "$1" = '-p' -o "$1" = '--project' ]; then - # fi - case "$1" in -p | --project) project="$2" |
