knrafto / language-bash

Parse and pretty-print Bash shell scripts
BSD 3-Clause "New" or "Revised" License
35 stars 9 forks source link

Rename ppCond ppCondList #35

Closed knrafto closed 4 years ago

knrafto commented 4 years ago

Minor leftover point from #33.

IMO I don't think "conditional command" is accurate, maybe "block command" would be better terminology.

mmhat commented 4 years ago

Like ppBlock and ppBlockList ?

knrafto commented 4 years ago

Yeah, or maybe prettyBlock (since pretty is more common than pp as a prefix in that file)

mmhat commented 4 years ago

Ok, let's go with that.

knrafto commented 4 years ago

Fixed by #36