~vcs-imports/gawk/master

« back to all changes in this revision

Viewing changes to main.c

Add --include long option and tests to make sure that --load and --include work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
176
176
        { "file",               required_argument,      NULL,   'f' },
177
177
        { "re-interval",        no_argument,            NULL,   'r' },
178
178
        { "source",             required_argument,      NULL,   'e' },
 
179
        { "include",            required_argument,      NULL,   'i' },
179
180
        { "load",               required_argument,      NULL,   'l' },
180
181
        { "dump-variables",     optional_argument,      NULL,   'd' },
181
182
        { "assign",             required_argument,      NULL,   'v' },