diff --git a/example/runnable.yaml b/example/runnable.yaml index 613e226..a8e69c6 100644 --- a/example/runnable.yaml +++ b/example/runnable.yaml @@ -12,3 +12,15 @@ commands: positional: - - "$(git branch --format '%(refname:short)\t%(subject)\tblue')" - "$(git tag --format '%(refname:short)\t\tyellow')" + + - name: sub3 + description: shell with flags + run: "$(git log --author \"${C_FLAG_AUTHOR}\" $1)" + flags: + -a, --author=: limit to author + completion: + flag: + author: ["$(git shortlog --summary --email HEAD | sed -e 's/^.*\t//' -e 's/