Skip to content

Commit

Permalink
add note on globs
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Jul 11, 2024
1 parent d73858c commit ca9db73
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/src/content/docs/reference/cli/run.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ See [configuration](/genaiscript/getting-started/configuration).

## Files

`run` takes one or more [glob](https://en.wikipedia.org/wiki/Glob_(programming)) patterns to match files in the workspace.

```npx sh
npx genaiscript run <script> "**/*.md" "**/*.ts"
```

### --excluded-files <files...>

Excludes the specified files from the file set.
Expand Down

0 comments on commit ca9db73

Please sign in to comment.