diff options
Diffstat (limited to 'cmdline.h')
-rw-r--r-- | cmdline.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -100,7 +100,9 @@ struct cmdline { /** Whether to only handle paths with xargs-safe characters (-X). */ bool xargs_safe; - /** The command line expression. */ + /** An expression for files to filter out. */ + struct expr *exclude; + /** The main command line expression. */ struct expr *expr; /** All the open files owned by the command line. */ |