nothub/gobonsai

separate base position search and pot drawing

github-actions opened this issue · 2 comments

a --align=INT Align tree: center=0 left=1 right=2


gobonsai/main.go

Lines 44 to 49 in af75dcb

// TODO: separate base position search and pot drawing
// -a --align=INT Align tree: center=0 left=1 right=2
err := opts.pot(sc)
if err != nil {
log.Panicln(err.Error())
}


This issue was generated by todo-issue based on a TODO comment in af75dcb.

blocked by #7

Closing Issue

This comment was generated by todo-issue based on the deletion of a TODO comment in f188fa5.