Add shortcuts to gws script

This commit is contained in:
Martin Blazik
2021-09-24 08:50:42 +02:00
parent 145af29d5d
commit f32b8c3b15

View File

@@ -24,6 +24,10 @@ shortcuts = {
'cb': ['clean', 'build'],
'cbx': ['clean', 'build', '-x', 'test'],
'cbt': ['clean', 'build', 'compileTestKotlin', '-x', 'test'],
'ctt': ['cleanComponentTest'],
'cct': ['cleanComponentTest'],
'rt': ['cleanTest', 'test'],
'rct': ['cleanComponentTest', 'componentTest'],
'nd': ['-x', 'detekt'],
'-nd': ['-x', 'detekt'],
'xt': ['-x', 'test'],