nothub/gobonsai

make -a be a shortcut for setting relative values for -y

github-actions opened this issue · 3 comments

bx, --baseX=INT Col pos of upper-left corner of plant base


gobonsai/options.go

Lines 60 to 65 in af75dcb

TODO: make -a be a shortcut for setting relative values for -y
-bx, --baseX=INT Col pos of upper-left corner of plant base
-by, --baseY=INT Row pos of upper-left corner of plant base
*/
pflag.StringVarP(&o.message, "message", "m", "", "attach message next to the tree")
alignRaw := pflag.IntP("align", "a", int(center), "align tree: center=0 left=1 right=2")


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

related to #12

Closing Issue

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

duplicate of #16