Open nicktimko opened 4 years ago
The docs (source) mention being to add separator rows to tables (self.table_separator()), but the method seems to be entirely missing.
self.table_separator()
Nothing found about it other than in docs in this repo, and TableSeparator search in clikit yields nothing either.
TableSeparator
Is this a WIP somewhere? Is it from some other dependency that's not getting pulled in correctly?
Did you find out any solution?
Have the same problem. Why hasn't it been fixed yet?
Support has been removed by Commit 132ad3e2d59addbe87ee182d8444d10e58104944. For whatever reason.
The docs (source) mention being to add separator rows to tables (
self.table_separator()
), but the method seems to be entirely missing.Nothing found about it other than in docs in this repo, and
TableSeparator
search in clikit yields nothing either.Is this a WIP somewhere? Is it from some other dependency that's not getting pulled in correctly?