github.com/Konstantin8105/c4go@v0.0.0-20240505174241-768bb1c65a51/tests/c4go-TestCLI-func1-TranspileNoFilesHelp (about)

     1  (*bytes.Buffer)(Usage: test transpile [-V] [-o file.go] [-cpp] [-p package] [-clang-flag values] [-cpuprofile cpu.out] file1.c ...
     2    -V	print progress as comments
     3    -clang-flag value
     4      	Pass arguments to clang. You may provide multiple -clang-flag items.
     5    -cpp
     6      	transpile CPP code
     7    -cpuprofile string
     8      	write cpu profile to this file
     9    -h	print help information
    10    -o string
    11      	output Go generated code to the specified file
    12    -p string
    13      	set the name of the generated package (default "main")
    14    -s	transpile with structs(types, unions...) from all source headers
    15  )