shell-rerun 0.1.2

Simple command runner to rerun same command with different args every time.
[dependencies.rustyline]
version = "9.1.0"

[dependencies.shell-words]
version = "1.1.0"

[dependencies.shellexpand]
version = "2.1.0"

[package]
authors = ["Shiva Prasanth <kesavarapu.siva@gmail.com>"]
description = "Simple command runner to rerun same command with different args every time."
edition = "2021"
license = "MIT OR Apache-2.0"
name = "shell-rerun"
resolver = "2"
version = "0.1.2"
[package.metadata.binstall]
bin-dir = "{ name }-{ target }-v{ version }/{ bin }{ binary-ext }"
pkg-fmt = "tgz"
pkg-url = "{ repo }/releases/download/v{ version }/{ name }-{ target }-v{ version }.{ archive-format }"
[profile.release]
strip = "symbols"