Skip to content

-n option doesn't work when combined with --extend-rows #140

@atsalolikhin-spokeo

Description

@atsalolikhin-spokeo

Example:

[~] [py-3.9.7] $ tv -n 2 /tmp/example.csv

      tv dim: 26 x 1
      one
1     two
2     three
      … with 24 more rows
[~] [py-3.9.7] $ tv -n 2 --extend-rows /tmp/example.csv

      tv dim: 26 x 1
      one
1     two
2     three
3     four
4     five
5     one
6     two
7     three
8     four
9     five
10    one
11    two
12    three
13    four
14    five
15    one
16    two
17    three
18    four
19    five
20    one
21    two
22    three
23    four
24    five
25    six
26    last line

[~] [py-3.9.7] $

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions