mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-18 00:45:47 +00:00
neaten
This commit is contained in:
parent
6a5e24ec1b
commit
efd616aebb
1 changed files with 2 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue