You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds a basic CLI driver over the `pest-ion` crate. This driver supports
setting the input file (defaulting to STDIN), an output file (defaulting
to STDOUT), and flags around the Ion data format.
An explicit TODO is to figure out a good way to test this probably using
integration tests and spawning the command. (See partiql#42)
Resolvespartiql#36.
Adds a basic CLI driver over the `pest-ion` crate. This driver supports
setting the input file (defaulting to STDIN), an output file (defaulting
to STDOUT), and flags around the Ion data format.
An explicit TODO is to figure out a good way to test this probably using
integration tests and spawning the command. (See partiql#42)
Resolvespartiql#36.
Adds a basic CLI driver over the `pest-ion` crate. This driver supports
setting the input file (defaulting to STDIN), an output file (defaulting
to STDOUT), and flags around the Ion data format.
An explicit TODO is to figure out a good way to test this probably using
integration tests and spawning the command. (See #42)
Resolves#36.
As #35 implies, we will have a library to convert Pest grammars to Ion. We should provide a CLI interface for that.
The text was updated successfully, but these errors were encountered: