diff options
author | Eugene Susla <eugenesusla@google.com> | 2019-10-03 15:12:28 -0700 |
---|---|---|
committer | Eugene Susla <eugenesusla@google.com> | 2019-10-04 01:57:09 +0000 |
commit | d0a6401ed35d618740f627772b99acf8726a106a (patch) | |
tree | b448a0c1c8c19b1e209f87f213e3054757eecfa2 /tools/codegen | |
parent | 4b523ff7ac6db161983e0404851acc9f94895230 (diff) |
Add helpful links to `codegen --help`
Test: ensure links/email are clickable in terminal
Change-Id: I2d9461e98497b8a2af21b0a48ae05c5c110c8484
Diffstat (limited to 'tools/codegen')
-rwxr-xr-x | tools/codegen/src/com/android/codegen/Main.kt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/tools/codegen/src/com/android/codegen/Main.kt b/tools/codegen/src/com/android/codegen/Main.kt index 580467433756..fcf1f8260442 100755 --- a/tools/codegen/src/com/android/codegen/Main.kt +++ b/tools/codegen/src/com/android/codegen/Main.kt @@ -95,7 +95,13 @@ In addition, for any field mMyField(or myField) of type FieldType you can define you can use with final fields. Version: $CODEGEN_VERSION -Questions? Feedback? Contact: eugenesusla@ + +Questions? Feedback? +Contact: eugenesusla@ +Bug/feature request: http://go/codegen-bug + +Slides: http://go/android-codegen +In-depth example: http://go/SampleDataClass """ fun main(args: Array<String>) { |