gherkin-cpp - Man Page

gherkin-cpp – parse Gherkin files (C++ implementation)

Synopsis

gherkin-cpp [options] FILE...

Description

Outputs the result of parsing the given files, in JSON format.

Options

Positional Arguments

FILE A Gherkin file

Optional Arguments

-h,  --help

Print a help message and exit.

--no-ast

Do not emit Ast events.

--no-pickles

Do not emit Pickle events.

--no-source

Do not emit Source events.

See Also

gherkin-ruby(1), gherkin(1)

Referenced By

gherkin(1), gherkin-ruby(1).

April 2026