Forrest logo
back to context overview

zek

List of commands for zek:

  • zek:tldr:1c7c0 zek: Generate an example Go program from a given XML from `stdin` and send output to a file.
    $ cat ${path-to-input-xml} | zek -p -o ${path-to-output-go}
    try on your machine
    explain this command
  • zek:tldr:90ae2 zek: Generate a Go struct from a given XML from `stdin` and display output on `stdout`.
    $ cat ${path-to-input-xml} | zek
    try on your machine
    explain this command
  • zek:tldr:c8162 zek: Generate a Go struct from a given XML from `stdin` and send output to a file.
    $ curl -s ${https:--url-to-xml} | zek -o ${path-to-output-go}
    try on your machine
    explain this command
back to context overview