UNPKG
egg-bin
Version:
beta (7.0.0-beta.0)
latest (6.13.0)
latest-4 (4.20.0)
latest-5 (5.19.0)
release-5.x (5.19.0)
7.0.0-beta.0
6.13.0
6.12.0
6.11.0
6.10.0
6.9.0
6.8.1
6.8.0
6.7.0
6.6.0
6.5.2
6.5.1
6.5.0
6.4.2
6.4.1
6.4.0
6.3.0
6.2.0
6.2.0-beta.0
6.1.2
6.1.1
6.1.0
6.0.0
6.0.0-beta.5
6.0.0-beta.4
6.0.0-beta.3
6.0.0-beta.2
6.0.0-beta.1
6.0.0-beta.0
5.19.0
5.18.1
5.18.0
5.17.1
5.17.0
5.16.0
5.15.1
5.15.0
5.14.2
5.14.1
5.14.0
5.13.4
5.13.3
5.13.2
5.13.1
5.13.0
5.12.6
5.12.5
5.12.4
5.12.3
5.12.2
5.12.1
5.12.0
5.11.3
5.11.2
5.11.1
5.11.0
5.10.0
5.9.0
5.8.1
5.8.0
5.7.0
5.6.1
5.6.0
5.5.0
5.4.1
5.4.0
5.3.3
5.3.2
5.3.1
5.3.0
5.2.0
5.1.2
5.1.1
5.1.0
5.0.0
4.20.0
4.19.2
4.19.1
4.19.0
4.18.1
4.18.0
4.17.0
4.17.0-beta2
4.17.0-beta1
4.16.4
4.16.3
4.16.2
4.16.1
4.16.0
4.15.0
4.14.1
4.14.0
4.13.2
4.13.1
4.13.0
4.12.3
4.12.2
4.12.1
4.12.0
4.11.1
4.11.0
4.10.0
4.9.0
4.8.5
4.8.4
4.8.3
4.8.2
4.8.1
4.8.0
4.7.1
4.7.0
4.6.3
4.6.2
4.6.1
4.6.0
4.5.0
4.4.1
4.4.0
4.3.7
4.3.6
4.3.5
4.3.4
4.3.3
4.3.2
4.3.1
4.3.0
4.2.0
4.1.0
4.0.5
4.0.4
4.0.3
4.0.2
4.0.1
4.0.0
3.7.0
3.6.0
3.4.2
3.4.1
3.4.0
3.3.2
3.3.1
3.3.0
3.2.1
3.2.0
3.1.0
3.0.1
3.0.0
2.4.0
2.3.0
2.2.3
2.2.2
2.2.1
2.2.0
2.1.0
2.0.2
2.0.1
2.0.0
1.11.1
1.10.3
1.10.2
1.10.1
1.10.0
1.9.1
1.9.0
1.8.1
1.8.0
1.8.0-test
1.7.0
1.6.0
1.5.3
1.5.2
1.5.1
1.5.0
1.4.0
1.3.0
1.2.1
1.2.0
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
0.0.1
egg developer tool
github.com/eggjs/egg-bin
eggjs/egg-bin
egg-bin
/
dist
/
middleware
/
global_options.d.ts
6 lines
(5 loc)
•
198 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
ApplicationLifecycle
}
from
'@artus-cli/artus-cli'
;
export
default
class
GlobalOptions
implements
ApplicationLifecycle
{
private
readonly
program;
configDidLoad
():
Promise
<
void
>; }