Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
TodePond committed Sep 4, 2022
2 parents 6d9d83b + 9076963 commit 2994e3e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/arguments-frogasaurus.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Frogasaurus Arguments Guide
Frogasaurus has some options you can choose from.
Frogasaurus has some options you can choose from.<br>
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:
```
Expand All @@ -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`) |

0 comments on commit 2994e3e

Please sign in to comment.