diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2020-11-03 13:29:57 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2020-11-03 13:45:11 -0500 |
commit | 77e594145c6c3da49f5e65a793d7cba90091f6bd (patch) | |
tree | 00cbbcac53500d5980ef8c481d5ba40bc6b23d0e /ctx.h | |
parent | e7a87862e6553873a53e90d982be6f3ef08a5ed2 (diff) | |
download | bfs-77e594145c6c3da49f5e65a793d7cba90091f6bd.tar.xz |
New -status option to display a status bar
Diffstat (limited to 'ctx.h')
-rw-r--r-- | ctx.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -75,6 +75,8 @@ struct bfs_ctx { enum debug_flags debug; /** Whether to ignore deletions that race with bfs (-ignore_readdir_race). */ bool ignore_races; + /** Whether to show a status bar (-status). */ + bool status; /** Whether to only return unique files (-unique). */ bool unique; /** Whether to print warnings (-warn/-nowarn). */ |