Go to the source code of this file.
|
| DEFINE_string (compose_filter,"auto","Composition filter: one of \"alt_sequence\", \"auto\", ""\"match\", \"no_match\", \"null\", \"sequence\", \"trivial\"") |
|
| DEFINE_bool (connect, true,"Trim output") |
|
int | fstcompose_main (int argc, char **argv) |
|
int | main (int argc, char **argv) |
|
DEFINE_bool |
( |
connect |
, |
|
|
true |
, |
|
|
"Trim output" |
|
|
) |
| |
DEFINE_string |
( |
compose_filter |
, |
|
|
"auto" |
, |
|
|
"Composition filter: one of \"alt_sequence\" |
, |
|
|
\"auto\" |
, |
|
|
""\"match\" |
, |
|
|
\"no_match\" |
, |
|
|
\"null\" |
, |
|
|
\"sequence\" |
, |
|
|
\"trivial\"" |
|
|
) |
| |
int fstcompose_main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |