We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2938e46 commit 408a48bCopy full SHA for 408a48b
bdx/cli.py
@@ -196,6 +196,7 @@ class IndexingOptionParamType(click.ParamType):
196
"num_processes": IntRange(min=1, max=(os.cpu_count() or 1) * 2),
197
"index_relocations": BoolParamType(),
198
"min_symbol_size": IntRange(min=0),
199
+ "use_dwarfdump": BoolParamType(),
200
}
201
202
def convert(self, value, param, ctx):
0 commit comments