You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(nl): allow repeated flags to match GNU nl behavior (fixes#9132)
Enable args_override_self(true) to allow repeated flags and remove
unnecessary ArgAction::Append calls. Helper.rs doesn't need changes
as get_one() works correctly with args_override_self.
Add comprehensive regression tests with proper flag explanations:
- t=nonempty (number only nonempty lines)
- rn=right aligned
- etc.
0 commit comments