Skip to content

cli: add back basic dump-ast support#505

Merged
kodiakhq[bot] merged 1 commit intomasterfrom
steved-basic-dump-ast-support
May 26, 2025
Merged

cli: add back basic dump-ast support#505
kodiakhq[bot] merged 1 commit intomasterfrom
steved-basic-dump-ast-support

Conversation

@sbdchd
Copy link
Owner

@sbdchd sbdchd commented May 26, 2025

usage:

echo select | squawk --debug=ast

which gives:

{
  "stmts": [
    {
      "type": "SELECT"
    }
  ],
  "version": "0.1"
}

rel: #444

usage:

```sh
echo select | squawk --debug=ast
```
@sbdchd sbdchd added the automerge automerge with kodiak label May 26, 2025
@kodiakhq kodiakhq bot merged commit 1539732 into master May 26, 2025
27 checks passed
@kodiakhq kodiakhq bot deleted the steved-basic-dump-ast-support branch May 26, 2025 01:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automerge automerge with kodiak

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant