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
Pull request #23 is raised to fix this. The fix is very simple and the existing test cases have been extended to verify the --head argument is honoured.
$ git co fix-head-argument
$ poetry run pytest --quiet tests/
............................................... [100%]
47 passed in 4.67s
For both
csv
andshow
actions, when the--columns
argument is supplied, the--head
value is ignored and all rows are presented.The text was updated successfully, but these errors were encountered: