diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -20,6 +20,12 @@ Available CLI options - -l - delivery location (postcode without spaces, e.g. NW43QB) - -c - number of people to feed +E.g. + +Example: +``` +php scripts/run.php -fdata/input.txt -c150 -lEC123 -t12:00 -d09/05/18 +``` # Design Decisions ## Coding style and standards |