Skip to content

Commit

Permalink
chore: remove dump command (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
KennedyTedesco authored Jan 5, 2023
1 parent 4a781f3 commit f8f7a8b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ fix:
cargo clippy --fix --allow-dirty --allow-staged
cargo fix --allow-dirty --allow-staged

# dump AST for the given file.
dump file *args:
cargo run -r --bin php-parser-rs -- {{file}} {{args}}

# run all integration tests, except third-party.
test filter='--all':
cargo test -r {{filter}}

0 comments on commit f8f7a8b

Please sign in to comment.