github.com/Liam-Williams/i18n4go@v0.2.7-0.20201028180611-670cbaceaa6b/test_fixtures/extract_strings/f_option/expected_output/app.go.en.json (about)

     1  [
     2     {
     3        "id": "{{.Title \"NAME:\"}}\n   {{.Name}} - {{.Usage}}\n\n{{.Title \"USAGE:\"}}\n   [environment variables] {{.Name}} [global options] command [arguments...] [command options]\n\n{{.Title \"VERSION:\"}}\n   {{.Version}}\n\n{{.Title \"BUILD TIME:\"}}\n   {{.Compiled}}\n   {{range .Commands}}\n{{.SubTitle .Name}}{{range .CommandSubGroups}}\n{{range .}}   {{.Name}} {{.Description}}\n{{end}}{{end}}{{end}}\n{{.Title \"ENVIRONMENT VARIABLES\"}}\n   CF_COLOR=false                     Do not colorize output\n   CF_HOME=path/to/dir/               Override path to default config directory\n   CF_STAGING_TIMEOUT=15              Max wait time for buildpack staging, in minutes\n   CF_STARTUP_TIMEOUT=5               Max wait time for app instance startup, in minutes\n   CF_TRACE=true                      Print API request diagnostics to stdout\n   CF_TRACE=path/to/trace.log         Append API request diagnostics to a log file\n   HTTP_PROXY=proxy.example.com:8080  Enable HTTP proxying for API requests\n\n{{.Title \"GLOBAL OPTIONS\"}}\n   --version, -v                      Print the version\n   --help, -h                         Show help\n",
     4        "translation": "{{.Title \"NAME:\"}}\n   {{.Name}} - {{.Usage}}\n\n{{.Title \"USAGE:\"}}\n   [environment variables] {{.Name}} [global options] command [arguments...] [command options]\n\n{{.Title \"VERSION:\"}}\n   {{.Version}}\n\n{{.Title \"BUILD TIME:\"}}\n   {{.Compiled}}\n   {{range .Commands}}\n{{.SubTitle .Name}}{{range .CommandSubGroups}}\n{{range .}}   {{.Name}} {{.Description}}\n{{end}}{{end}}{{end}}\n{{.Title \"ENVIRONMENT VARIABLES\"}}\n   CF_COLOR=false                     Do not colorize output\n   CF_HOME=path/to/dir/               Override path to default config directory\n   CF_STAGING_TIMEOUT=15              Max wait time for buildpack staging, in minutes\n   CF_STARTUP_TIMEOUT=5               Max wait time for app instance startup, in minutes\n   CF_TRACE=true                      Print API request diagnostics to stdout\n   CF_TRACE=path/to/trace.log         Append API request diagnostics to a log file\n   HTTP_PROXY=proxy.example.com:8080  Enable HTTP proxying for API requests\n\n{{.Title \"GLOBAL OPTIONS\"}}\n   --version, -v                      Print the version\n   --help, -h                         Show help\n"
     5     },
     6     {
     7        "id": "help",
     8        "translation": "help"
     9     },
    10     {
    11        "id": "h",
    12        "translation": "h"
    13     },
    14     {
    15        "id": "Show help",
    16        "translation": "Show help"
    17     },
    18     {
    19        "id": "\n%s\n%s\n\n",
    20        "translation": "\n%s\n%s\n\n"
    21     },
    22     {
    23        "id": "Jan 2, 2006 3:04PM",
    24        "translation": "Jan 2, 2006 3:04PM"
    25     },
    26     {
    27        "id": "CF_NAME",
    28        "translation": "CF_NAME"
    29     },
    30     {
    31        "id": "%s help [COMMAND]",
    32        "translation": "%s help [COMMAND]"
    33     },
    34     {
    35        "id": "VERSION:",
    36        "translation": "VERSION:"
    37     }
    38  ]