Skip to content

Commit

Permalink
add default option in toml
Browse files Browse the repository at this point in the history
  • Loading branch information
amikai committed Dec 12, 2022
1 parent 90e7dd8 commit 1c71714
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions air_example.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ stop_on_error = true
send_interrupt = false
# Delay after sending Interrupt signal
kill_delay = 500 # ms
# Rerun binary or not
rerun = false
# Delay after each executions
rerun_delay = 500
# Add additional arguments when running binary (bin/full_bin). Will run './tmp/main hello world'.
args_bin = ["hello", "world"]

Expand Down

0 comments on commit 1c71714

Please sign in to comment.