Improve gws shortcuts
This commit is contained in:
6
bin/gws
6
bin/gws
@@ -21,10 +21,14 @@ shortcuts = {
|
|||||||
't': ['test'],
|
't': ['test'],
|
||||||
'bt': ['compileTestKotlin'],
|
'bt': ['compileTestKotlin'],
|
||||||
'ct': ['componentTest'],
|
'ct': ['componentTest'],
|
||||||
'ctest': ['componentTest'],
|
|
||||||
'cb': ['clean', 'build'],
|
'cb': ['clean', 'build'],
|
||||||
'cbx': ['clean', 'build', '-x', 'test'],
|
'cbx': ['clean', 'build', '-x', 'test'],
|
||||||
'cbt': ['clean', 'build', 'compileTestKotlin', '-x', 'test'],
|
'cbt': ['clean', 'build', 'compileTestKotlin', '-x', 'test'],
|
||||||
|
'nd': ['-x', 'detekt'],
|
||||||
|
'-nd': ['-x', 'detekt'],
|
||||||
|
'xt': ['-x', 'test'],
|
||||||
|
'br': ['bootRun'],
|
||||||
|
'rb': ['bootRun'],
|
||||||
'-nc': ['--no-build-cache'],
|
'-nc': ['--no-build-cache'],
|
||||||
'-rr': ['--rerun-tasks'],
|
'-rr': ['--rerun-tasks'],
|
||||||
'-wl': ['--write-locks']
|
'-wl': ['--write-locks']
|
||||||
|
|||||||
Reference in New Issue
Block a user