target1() { echo 1 } target2() { # Target description # Sub help echo 2 } flines() { _flines } commands() { _commands } echoing() { @ echo some command @ echo escaped \ command \ follows }