hey-cli-app 0.1.3

Ask your CLI, next command will be auto-generated.
[jobs.install]
command = ["cargo", "install", "--force", "--path", ".", "--color", "always"]
allow_warnings = true

[jobs.test]
command = ["cargo", "test", "--color", "always"]
need_stdout = true
allow_warnings = true
background = false
on_change_strategy = "kill_then_restart"

[jobs.hey-1]
command = [
    "cargo",
    "run",
    "--color",
    "always",
    "--",
    "--shell",
    "fish",
    "reset changes in current branch",
]
background = false
need_stdout = true
allow_warnings = true