summaryrefslogtreecommitdiff
path: root/script/cli
AgeCommit message (Expand)Author
2024-07-01perf: Optimize work distribution in multi-threaded `--check`Tom Lau
2024-06-26fix: default severity in CLI with partial 'diagnostics.severity' configTom Lau
2024-05-13Disable await.delay() when running --checkPaul Emmerich
2024-04-27Add multi-process support to --check.Paul Emmerich
2024-04-20--check: Attempt to write output even if an error occursPaul Emmerich
2024-04-20Output more details while running --checkPaul Emmerich
2024-03-08Merge branch 'master' into doc-updateAndreas
2024-03-05Merge pull request #2547 from emmericp/patch-1最萌小汐
2024-02-27Merge branch 'master' into doc-updateAndreas
2024-02-27Merge pull request #2546 from emmericp/check-only-ws最萌小汐
2024-02-26Only load files in workspace for --check (skip libraries)Paul Emmerich
2024-02-26Flush stdout in check progress indicatorPaul Emmerich
2024-02-26Add "deprecated" key in JSON output.Andreas
2024-02-26Add "async" key in JSON output.Andreas
2024-02-26Revert "Add "deprecated" key in JSON output."最萌小汐
2024-02-26Revert "Add "async" key in JSON output."最萌小汐
2024-02-26Merge branch 'master' into doc-updateAndreas
2024-02-26Merge branch 'master' into asyncAndreas
2024-02-24Merge branch 'master' into doc-updateAndreas
2024-02-24Merge branch 'master' into asyncAndreas
2024-02-24Merge branch 'master' into deprecatedAndreas
2024-02-23Enable plugins during --checkDanny Farrell
2024-02-21CLI option --doc_update.Andreas
2024-02-20Add "deprecated" key in JSON output.Andreas
2024-02-20Added "async" key in JSON output.Andreas
2024-02-19Merge pull request #2526 from AndreasMatthias/doc-output-path最萌小汐
2024-02-19Merge pull request #2525 from AndreasMatthias/visible最萌小汐
2024-02-17Add 'visible' tag for 'doc.field' and 'tableindex' in JSON output.Andreas
2024-02-15CLI option --doc_out_path <PATH>.Andreas
2024-02-15Added 'desc' and 'rawdesc' keys for variables in JSON output.Andreas
2024-02-15Added 'visible' key (public, protected, ...) in JSON output.Andreas
2024-02-01Add --visualize command that outputs the AST of a given file as graphvizPaul Emmerich
2023-11-25Add raw descriptionsNyakoFox
2023-10-10Add `--check_out_path` CLI argumentRebecca Turner
2023-06-13update config in checking最萌小汐
2023-04-25export name and comment in returns最萌小汐
2023-04-25fix method view in doc最萌小汐
2023-03-29commandline parameter `checklevel` may not work最萌小汐
2023-03-13export all globals最萌小汐
2023-03-13export from libraries最萌小汐
2023-03-09fix #1955最萌小汐
2023-03-09export global variables最萌小汐
2023-02-15should normalize path in filewatch最萌小汐
2023-01-31cleanup最萌小汐
2023-01-30command `lua.exportDocument`最萌小汐
2023-01-16improve type infer of recursion alias最萌小汐
2023-01-12cleanup最萌小汐
2022-12-08cleanup最萌小汐
2022-12-01update json.lua最萌小汐
2022-11-30Fix validation in CLI if diagnostics.severity contains ...! settingsAleksandr Kovalev