Skip to content
Snippets Groups Projects
  • rswindell's avatar
    e611b31b
    Allow specific items (e.g. subs, dirs, xtrns, events, editors) to be · e611b31b
    rswindell authored
    selected/included with the -inc=<code> option or excluded with the
    -exc=<code> option.
    Fixed a problem where some item types did not have a 'code' property
    (this is a difficiency in the JS object model that will be fixed in the
    future - but a work-around is to just use the associative-array 'index'
    value if the 'code' property does not exist).
    e611b31b
    History
    Allow specific items (e.g. subs, dirs, xtrns, events, editors) to be
    rswindell authored
    selected/included with the -inc=<code> option or excluded with the
    -exc=<code> option.
    Fixed a problem where some item types did not have a 'code' property
    (this is a difficiency in the JS object model that will be fixed in the
    future - but a work-around is to just use the associative-array 'index'
    value if the 'code' property does not exist).