Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions fastargs/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@ def augment_argparse(self, parser):
table_content = [['Name', 'Default', 'Constraint', 'Description']]
for path in entries:
param = self.entries[path]
if not param.section.is_enabled(self):
continue
argname = '.'.join(path)
# We do not want to show the args since we have our nice table after
if argname == 'help' or argname == 'h':
Expand Down