danger / kotlin

⚠️ Stop saying "you forgot to …" in code review
MIT License
490 stars 48 forks source link

fix(danger-kotlin): allow to add space separated args #247

Closed Vacxe closed 1 year ago

Vacxe commented 1 year ago

Fixing issue with space separated args. For example Kotlin CLI: ... --id "My space separated ID" -> JS CLI: --id My space separated ID It can create issue as well if space separated args will be added in the middle of parameters string F.E. --id "My space separated ID" --danger-file /foo/d.df.kts