shell-semver icon indicating copy to clipboard operation
shell-semver copied to clipboard

handle piped input

Open jonathanstrong opened this issue 1 year ago • 0 comments

modification to handle version input either via command line (how it worked) or as piped stdin input:

$ echo "1.2.3" | ./increment_version.sh -p
1.2.4

jonathanstrong avatar Mar 17 '23 03:03 jonathanstrong