From 907696376657437d0598eb991b62281d0af60bb0 Mon Sep 17 00:00:00 2001 From: "Lu[ke] Wilson" Date: Sun, 4 Sep 2022 15:17:11 +0100 Subject: [PATCH] Update arguments-frogasaurus.md --- docs/arguments-frogasaurus.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/arguments-frogasaurus.md b/docs/arguments-frogasaurus.md index fcbd362..37d70dc 100644 --- a/docs/arguments-frogasaurus.md +++ b/docs/arguments-frogasaurus.md @@ -1,5 +1,6 @@ # Frogasaurus Arguments Guide -Frogasaurus has some options you can choose from. +Frogasaurus has some options you can choose from.
+Wait! If you want to learn how to give a library its own custom arguments, there's a guide for that [here](arguments.md)! For example, you can choose to keep watching for any file-changes with the `--watch` argument: ``` @@ -16,4 +17,4 @@ Here are all the different arguments: | Argument | Options | Description | |--|--|--| | `--watch` | None | Frogasaurus stays running - and rebuilds when something changes in the `source` folder. | -| `--build` | `all` `import` `embed` `standalone` | Frogasaurus tries to build all three files, or just a single file. | +| `--build` | `all` `import` `embed` `standalone` | Frogasaurus tries to build all three files, or just a single file. If it builds a single file, it doesn't have the usual name ending. (default: `all`) |