gws usecases
This commit is contained in:
25
bin/gws
25
bin/gws
@@ -1,17 +1,22 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
# gws = gw script
|
||||
"""
|
||||
gws = gw script
|
||||
|
||||
#alias cbx='gw clean build -x test'
|
||||
#alias cbt='gw clean build compileTestKotlin'
|
||||
# compileTestKotlin
|
||||
# compositeTest
|
||||
# some script to compile
|
||||
alias cbx='gw clean build -x test'
|
||||
alias cbt='gw clean build compileTestKotlin'
|
||||
|
||||
# gws build test
|
||||
# gws test
|
||||
# gws composite
|
||||
# gws clean build -x test :test :tools
|
||||
compileTestKotlin
|
||||
compositeTest
|
||||
some script to compile
|
||||
|
||||
# use cases
|
||||
gws build test
|
||||
gws test
|
||||
gws composite
|
||||
gws clean build -x test :test :tools
|
||||
|
||||
"""
|
||||
|
||||
from sys import argv
|
||||
|
||||
|
||||
Reference in New Issue
Block a user