notbenh / next.notbenh.info

I build a silly terminal as my webpage thinggie
1 stars 0 forks source link

improve the help object parsing #5

Closed notbenh closed 11 years ago

notbenh commented 11 years ago

Currently the copy/paste code is hateful and really gets in the way of adding extra keys. Ideally this should pull a copy of the object, then pull off the known keys in a known order for sanity, then anything left should be looped over in sorted order to allow for quick notes to be tossed in the docs with out having to add a new catch in help().

notbenh commented 11 years ago

resolved mostly with the single object syntax stuff.