From efd616aebb2e7b34f15c61ddcfb702ddf999e208 Mon Sep 17 00:00:00 2001 From: John Kerl Date: Wed, 15 Feb 2017 17:59:23 -0500 Subject: [PATCH] neaten --- c/cli/mlrcli.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/c/cli/mlrcli.h b/c/cli/mlrcli.h index d339cb72b..b58579dbb 100644 --- a/c/cli/mlrcli.h +++ b/c/cli/mlrcli.h @@ -78,7 +78,8 @@ typedef struct _cli_opts_t { // ---------------------------------------------------------------- cli_opts_t* parse_command_line(int argc, char** argv, sllv_t** ppmapper_list); -// xxx cmt +// See stream.c. The idea is that the mapper-chain is constructed once for normal stream-over-all-files +// mode, but per-file for in-place mode. sllv_t* cli_parse_mappers(char** argv, int* pargi, int argc, cli_opts_t* popts, int* pno_input); int cli_handle_reader_options(char** argv, int argc, int *pargi, cli_reader_opts_t* preader_opts);