Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Usage docs #125

Merged
merged 1 commit into from
Mar 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 15 additions & 13 deletions docs/usage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,19 @@ Commands:
rbxtsc build Build a project [default]

Options:
-p, --project project path [string] [default: "."]
-w, --watch enable watch mode [boolean] [default: false]
--usePolling use polling for watch mode [boolean] [default: false]
--verbose enable verbose logs [boolean] [default: false]
--noInclude do not copy include files [boolean] [default: false]
--logStringChanges logs changes to legacy string argument offsets [boolean] [default: false]
--logTruthyChanges logs changes to truthiness evaluation from Lua truthiness rules [boolean] [default: false]
--writeOnlyChanged [boolean] [default: false]
--type override project type [choices: "game", "model", "package"]
-i, --includePath folder to copy runtime files to [string]
--rojo manually select Rojo project file [string]
-h, --help show help information [boolean]
-v, --version show version information [boolean]
-p, --project project path [string] [default: "."]
-w, --watch enable watch mode [boolean] [default: false]
--usePolling use polling for watch mode [boolean] [default: false]
--verbose enable verbose logs [boolean] [default: false]
--noInclude do not copy include files [boolean] [default: false]
--logTruthyChanges logs changes to truthiness evaluation from Lua truthiness rules [boolean] [default: false]
--writeOnlyChanged [boolean] [default: false]
--writeTransformedFiles writes resulting TypeScript ASTs after transformers to out directory [boolean] [default: false]
--optimizedLoops [boolean] [default: false]
--type override project type [choices: "game", "model", "package"]
-i, --includePath folder to copy runtime files to [string]
--rojo manually select Rojo project file [string]
--allowCommentDirectives [boolean] [default: false]
-h, --help show help information [boolean]
-v, --version show version information [boolean]
```
Loading