newdoc icon indicating copy to clipboard operation
newdoc copied to clipboard

Order the populated includes

Open msuchane opened this issue 4 years ago • 0 comments

The include statements prepared with the --include-in assembly aren't sorted in the order that you specify them on the command line. Fix the option to sort the includes.

This actually involves working around the Clap library, which stores all options in an unsorted collection. We need to re-sort them manually later.

msuchane avatar Jun 18 '20 21:06 msuchane