Skip to content

Commit

Permalink
Mention list command in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptibell committed Jan 25, 2023
1 parent 92781a5 commit d34d87d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,15 @@ This will look for the file `script-name.luau` in a few locations:

If you don't want Lune to look in sub-directories you can provide a full file path with the file extension included, instead of only the file name. <br>

## 💭 Additional Commands

```sh
lune --list
```

Lists all scripts found in `lune` or `.lune` directories, including description comments if they exist. <br>
If both `lune` and `.lune` directories exist, only the former will have its scripts listed, which is consistent with the behavior of running scripts.

---

**_NOTE:_** _Lune also supports files with the `.lua` extension but using the `.luau` extension is highly recommended._

0 comments on commit d34d87d

Please sign in to comment.