10 comments

[ 6.1 ms ] story [ 33.3 ms ] thread
It seems the columns are hardcoded (todo, in-progress, done). Is it possible to create different columns from the configuration or would that require a code change?
They are hard-coded. I think they _could_ be made configurable, just managed as "strings" with in the code. If you're really interested please create an issue at the Github project.
is there particular reason why the commands take seemingly superfluous option thing; i.e. why `clikan promote --id [task id]` instead of just `clikan promote [task id]` etc?
probably me being dumb. IIRC the CLI library in play is Click, and it wasn't the most flexible things to work with - though infinitely better than parsing args manually. tis a good note though. will look into it.