hroptatyr / yuck

Your Umbrella Command Kit, a bog-standard command line option parser for C with all the knickknackery and whatnots.
Other
61 stars 7 forks source link

keep indent in option description #18

Closed zzs213 closed 5 years ago

zzs213 commented 5 years ago

I write the flowwing patch to keep indent in option description:

0001-keep-indent-in-option-description.patch.txt

hroptatyr commented 5 years ago

Hey,

thanks for this contribution. can you check 354a1656 (master) to see if this would do what you were trying to accomplish? I added a new command line flag -p|--preserve to activate the behaviour.

Also I merged both patches (this and the one from issue #19).

zzs213 commented 5 years ago

Yeah, It works for me