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