python-poetry / cleo

Cleo allows you to create beautiful and testable command-line interfaces.
https://cleo.readthedocs.io
MIT License
1.29k stars 92 forks source link

Table separators mentioned in docs but missing from source #76

Open nicktimko opened 4 years ago

nicktimko commented 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.

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?

dstrants commented 4 years ago

Did you find out any solution?

deknowny commented 4 years ago

Have the same problem. Why hasn't it been fixed yet?

cgudrian commented 4 years ago

Support has been removed by Commit 132ad3e2d59addbe87ee182d8444d10e58104944. For whatever reason.