Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: xsv count #329

Open
sharkLoc opened this issue Sep 26, 2023 · 3 comments
Open

bug: xsv count #329

sharkLoc opened this issue Sep 26, 2023 · 3 comments

Comments

@sharkLoc
Copy link

Option -n has the opposite effect

head tmp.txt  | xsv  count
output: 9

head tmp.txt  | xsv  count -n       
output: 10
@BurntSushi
Copy link
Owner

The docs are wrong. They should say that --no-headers means that the header row is included in the count.

@mafrosis
Copy link

Suggest to rename the parameter to --include-headers?

@Kanezoh
Copy link

Kanezoh commented Feb 24, 2024

They should say that --no-headers means that the header row is included in the count.

I made a PR to correct the description.

#340

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants