fix: --reload and --check from modules were not parsed correcly

This commit is contained in:
Simon Lecoq
2023-11-04 19:35:37 +00:00
committed by GitHub
parent 79c2610348
commit 9ad8bf580d
2 changed files with 8 additions and 12 deletions

View File

@@ -71,9 +71,7 @@ for convenience.
}
```
<!-- deno-fmt-ignore -->
> [!NOTE]
> It is even possible to alias `deno task make <+task>` to `deno task <+task>` !
> ℹ️ It is even possible to alias `deno task make <+task>` to `deno task <+task>` !
>
> ```jsonc
> // deno.jsonc
@@ -91,9 +89,7 @@ for convenience.
deno task make <+task>
```
<!-- deno-fmt-ignore -->
> [!NOTE]
> If _deno_make_ was aliased back to `deno task`, just use the following instead:
> ℹ️ If _deno_make_ was aliased back to `deno task`, just use the following instead:
>
> ```bash
> deno task start