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`) |