You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- openapi3-code-generator-exe ld-api.yml --force --property-type-suffix="'" --module-name "LaunchdarklyAPI" --convert-to-camel-case --omit-additional-operation-functions --package-name "launchdarklyapi"
- for file in $(find ./out/src -name "*.hs"); do LC_ALL=C.UTF-8 ormolu -m inplace $file; done
|