We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 036a96f commit 2f613fbCopy full SHA for 2f613fb
bin/nib-ls
@@ -186,7 +186,7 @@ def proc_file(f, opts):
186
187
if opts.header_fields:
188
# signals "all fields"
189
- if opts.header_fields == '*':
+ if opts.header_fields == 'all':
190
# TODO: might vary across file types, thus prior sensing would be needed
191
header_fields = h.keys()
192
else:
0 commit comments