cpmcgrath / codealignment

http://www.codealignment.com
202 stars 51 forks source link

Works on first col only #104

Closed Xander-Dev closed 3 years ago

Xander-Dev commented 3 years ago

only worked for me for one column and could process no further. e.g.

col1,col2,col3,col4,col5
col01,col02,col03,col04,col05
col001,col002,col003,col004,col005

align by comma gives:

col1  ,col2,col3,col4,col5
col01 ,col02,col03,col04,col05
col001,col002,col003,col004,col005

cannot process other columns on subsequent invocations. Would like to do all cols on first invocation

Xander-Dev commented 3 years ago

Just found the wiki. reading this now. https://github.com/cpmcgrath/codealignment/wiki/Chaining-Alignments

Would prefer the option to do all at once but this option will do