gws rerun tasks shortcut

This commit is contained in:
Martin Blazik
2020-12-04 20:14:40 +01:00
parent 04f5f01113
commit a4f936a6db

View File

@@ -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'}