Jim Schubert 644f720db8
[docs] Sorted doc outputs and clean up duplicated CliOptions (#5046)
* [config-help] Sort all outputs

* Remove old/stale generator docs (these have been renamed previously)

* Sort config doc outputs, making it easier to find relevant info

* Fixes cliOptions duplicates

Erlang client/proper improperly set the version option as packageName
(causing duplicate for packageName).

The java and swift option removals are because the options are added in
parent classes, resulting in duplication of the options.

* Add --github-nested-index for generating docs/generators/README.md

* 📝 Regenerate generator docs
2020-01-19 20:19:11 -05:00

1.3 KiB

title sidebar_label
Config Options for elm elm
Option Description Values Default
elmEnableCustomBasePaths Enable setting the base path for each request false
elmEnableHttpRequestTrackers Enable adding a tracker to each http request false
elmPrefixCustomTypeVariants Prefix custom type variants false
elmVersion Elm version: 0.18, 0.19
0.19
Elm 0.19
0.18
Elm 0.18
0.19

IMPORT MAPPING

Type/Alias Imports

INSTANTIATION TYPES

Type/Alias Instantiated By
array List
map Dict

LANGUAGE PRIMITIVES

  • Bool
  • Dict
  • Float
  • Int
  • List
  • String

RESERVED WORDS

  • as
  • case
  • else
  • exposing
  • if
  • import
  • in
  • let
  • module
  • of
  • port
  • then
  • type
  • where