UNPKG
@swell/cli
Version:
alpha (2.0.2-alpha.0)
latest (2.9.6)
2.9.6
2.9.5
2.9.4
2.9.3
2.9.2
2.9.0
2.7.1
2.7.0
2.6.0
2.5.8
2.5.7
2.5.6
2.5.5
2.5.4
2.5.3
2.5.2
2.5.1
2.5.0
2.4.1
2.4.0
2.3.4
2.3.3
2.3.2
2.3.1
2.3.0
2.2.1
2.2.0
2.1.0
2.0.20
2.0.19
2.0.18
2.0.17
2.0.16
2.0.15
2.0.14
2.0.13
2.0.12
2.0.11
2.0.10
2.0.9
2.0.8
2.0.7
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.2-alpha.0
2.0.1-alpha.18
2.0.1-alpha.17
2.0.1-alpha.16
2.0.1-alpha.13
2.0.1-alpha.12
2.0.1-alpha.11
2.0.1-alpha.10
2.0.1-alpha.9
2.0.1-alpha.8
2.0.1-alpha.7
2.0.1-alpha.6
2.0.1-alpha.5
2.0.1-alpha.4
2.0.1-alpha.3
2.0.1-alpha.2
2.0.1-alpha.0
1.0.2
1.0.1-alpha
1.0.0-alpha
0.1.1
0.1.0
Swell's command line interface/utility
www.swell.is
@swell/cli
/
dist
/
commands
/
whoami.d.ts
8 lines
(7 loc)
•
250 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
Config
}
from
'@oclif/core'
;
import
{
SwellCommand
}
from
'../swell-command.js'
;
export
default
class
Whoami
extends
SwellCommand
{
static
description
:
string
;
constructor
(
argv
:
string
[],
config
:
Config
);
run
():
Promise
<
void
>; }