Skip to content

Commit

Permalink
Remove unused job
Browse files Browse the repository at this point in the history
  • Loading branch information
Hinton committed Apr 19, 2024
1 parent eb00929 commit 7499933
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions bacon.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,21 +69,6 @@ command = [
need_stdout = false
on_success = "back"

# You can run your application and have the result displayed in bacon,
# *if* it makes sense for this crate. You can run an example the same
# way. Don't forget the `--color always` part or the errors won't be
# properly parsed.
[jobs.run]
command = [
"cargo",
"run",
"--color",
"always",
# put launch parameters for your program behind a `--` separator
]
need_stdout = true
allow_warnings = true

# You may define here keybindings that would be specific to
# a project, for example a shortcut to launch a specific job.
# Shortcuts to internal functions (scrolling, toggling, etc.)
Expand Down

0 comments on commit 7499933

Please sign in to comment.