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

     1  [
     2     {
     3        "filename": "../../test_fixtures/extract_strings/f_option/input_files/app.go",
     4        "value": "{{.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        "offset": 35,
     6        "line": 3,
     7        "column": 23
     8     },
     9     {
    10        "filename": "../../test_fixtures/extract_strings/f_option/input_files/app.go",
    11        "value": "help",
    12        "offset": 1289,
    13        "line": 34,
    14        "column": 16
    15     },
    16     {
    17        "filename": "../../test_fixtures/extract_strings/f_option/input_files/app.go",
    18        "value": "h",
    19        "offset": 1312,
    20        "line": 35,
    21        "column": 16
    22     },
    23     {
    24        "filename": "../../test_fixtures/extract_strings/f_option/input_files/app.go",
    25        "value": "Show help",
    26        "offset": 1332,
    27        "line": 36,
    28        "column": 16
    29     },
    30     {
    31        "filename": "../../test_fixtures/extract_strings/f_option/input_files/app.go",
    32        "value": "VERSION:",
    33        "offset": 1710,
    34        "line": 50,
    35        "column": 59
    36     },
    37     {
    38        "filename": "../../test_fixtures/extract_strings/f_option/input_files/app.go",
    39        "value": "Jan 2, 2006 3:04PM",
    40        "offset": 1873,
    41        "line": 57,
    42        "column": 36
    43     },
    44     {
    45        "filename": "../../test_fixtures/extract_strings/f_option/input_files/app.go",
    46        "value": "%s help [COMMAND]",
    47        "offset": 1372,
    48        "line": 37,
    49        "column": 28
    50     },
    51     {
    52        "filename": "../../test_fixtures/extract_strings/f_option/input_files/app.go",
    53        "value": "\n%s\n%s\n\n",
    54        "offset": 1673,
    55        "line": 50,
    56        "column": 22
    57     },
    58     {
    59        "filename": "../../test_fixtures/extract_strings/f_option/input_files/app.go",
    60        "value": "CF_NAME",
    61        "offset": 2455,
    62        "line": 79,
    63        "column": 48
    64     }
    65  ]