oxc/tasks/ast_codegen
rzvxa 0b433108be feat(ast_codegen): add cli arguments to use with oxc_ast_codegen executable. (#4117)
```
Usage: oxc_ast_codegen [--dry-run] [--no-fmt] [--schema=ARG]

Available options:
        --dry-run     Runs all generators but won't write anything down.
        --no-fmt      Don't run cargo fmt at the end
        --schema=ARG  Path of output `schema.json`.
    -h, --help        Prints help information
```
2024-07-09 03:42:11 +00:00
..
src feat(ast_codegen): add cli arguments to use with oxc_ast_codegen executable. (#4117) 2024-07-09 03:42:11 +00:00
Cargo.toml feat(ast_codegen): add cli arguments to use with oxc_ast_codegen executable. (#4117) 2024-07-09 03:42:11 +00:00