]> git.sesse.net Git - bcachefs-tools-debian/blob - doc/opts_macro.h
Disable pristine-tar option in gbp.conf, since there is no pristine-tar branch.
[bcachefs-tools-debian] / doc / opts_macro.h
1 #include "../libbcachefs/opts.h"
2
3 /**
4  * generate tables from definitions in opt.h
5  */
6
7 #define NULL (null)
8
9 FMT_START_SECTION
10 #define x(_name, _shortopt, _type, _in_mem_type, _mode, _sb_opt, _desc , _usage)\
11 _name;_in_mem_type;_usage;_desc FMT_END_LINE
12 BCH_OPTS() FMT_END_SECTION