junyu-w / corgi

Corgi is a command-line workflow manager that helps with your repetitive command usages by organizing them into reusable snippet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

option to execute a single step or step range

junyu-w opened this issue · comments

sometimes only a single step is useful, or if command failed midway, user would like to only start from the failed step instead of starting over again

AC:
add --steps to exec command, accepted flag values are number (1), range (3-6 or 3- or -6)