Add command line option all

Use --all or -a when calling site-generator instead of special page
ALL to generate all the configured pages for a website.
This commit is contained in:
2022-08-19 22:11:38 -04:00
parent b36293e52f
commit 694c100bcf
2 changed files with 9 additions and 9 deletions

View File

@@ -26,7 +26,7 @@ Generate two specific pages:
`site-generator index about`
Generate the whole site:
`site-generator ALL`
`site-generator --all`
Generate pages based on the same template:
`site-generator correspondent=1,3,5..10`