add all
This commit is contained in:
17
Justfile
Normal file
17
Justfile
Normal file
@@ -0,0 +1,17 @@
|
||||
test:
|
||||
cargo test
|
||||
|
||||
build:
|
||||
cargo build
|
||||
|
||||
scan-file FILENAME:
|
||||
cargo run -- scan --file {{ FILENAME }}
|
||||
|
||||
scan COMMANDS:
|
||||
cargo run -- scan "{{ COMMANDS }}"
|
||||
|
||||
compile COMMANDS:
|
||||
cargo run -- run "{{ COMMANDS }}"
|
||||
|
||||
compile-file FILENAME:
|
||||
cargo run -- run --file {{ FILENAME }}
|
||||
Reference in New Issue
Block a user