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 lua lua
Option Description Values Default
hideGenerationTimestamp Hides the generation timestamp when files are generated. true
packageName Lua package name (convention: single word). openapiclient
packageVersion Lua package version. 1.0.0-1

IMPORT MAPPING

Type/Alias Imports
*os.File os
os io/ioutil
time.Time time

INSTANTIATION TYPES

Type/Alias Instantiated By

LANGUAGE PRIMITIVES

  • boolean
  • nil
  • number
  • string

RESERVED WORDS

  • and
  • boolean
  • break
  • do
  • else
  • elseif
  • end
  • false
  • for
  • function
  • if
  • in
  • local
  • nil
  • not
  • number
  • or
  • repeat
  • return
  • string
  • table
  • then
  • thread
  • true
  • until
  • userdata
  • while