oblit_anon.js 222 B

1234567891011121314151617181920
  1. /** the options */
  2. opt = Opt.get(
  3. arguments,
  4. {
  5. d: "directory",
  6. c: "conf",
  7. "D[]": "define"
  8. }
  9. );
  10. /** configuration */
  11. opt.conf = {
  12. /** keep */
  13. keep: true,
  14. /** base */
  15. base: getBase(this, {p: properties})
  16. }