Records

Functions

  • std::optional<std::string> GetOutputPath (const fxl::CommandLine & command_line)

    Gets the value of "--output" from a command line.

    Defined at line 14 of file ../../src/lib/icu/tools/extractor/common.cc

  • int WriteToOutputFileOrStdOut (const fxl::CommandLine & sub_command_lineconst std::string & contents)

    Writes the given string to the output path specified in `sub_command_line`, or to `stdout` if

    absent.

    Defined at line 23 of file ../../src/lib/icu/tools/extractor/common.cc