From a4f936a6dbb5457a623907b5066d9e520e8ec7e7 Mon Sep 17 00:00:00 2001 From: Martin Blazik Date: Fri, 4 Dec 2020 20:14:40 +0100 Subject: [PATCH] gws rerun tasks shortcut --- bin/gws | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/gws b/bin/gws index fa521d1..f1a0a3c 100755 --- a/bin/gws +++ b/bin/gws @@ -31,7 +31,8 @@ shortcuts = { 'rb': ['bootRun'], '-nc': ['--no-build-cache'], '-rr': ['--rerun-tasks'], - '-wl': ['--write-locks'] + '-wl': ['--write-locks'], + '-rt': ['--rerun-tasks'], } optionsWithArgument = {'-x', '-b', '-c', '-g', '-p', '-D', '-I', '-P'}