UNPKG
@cto.ai/ops-rc
Version:
latest (1.19.23-rc.1)
1.20.0
1.20.0-rc.1
1.19.23-rc.1
1.19.23-rc.0
1.19.19-rc.9
1.19.19-rc.8
1.19.19-rc.7
1.19.19-rc.6
1.19.19-rc.5
1.19.19-rc.4
1.19.19-rc.3
1.19.19-rc.2
1.19.19-rc.1
1.19.19-rc.0
1.19.18
1.19.18-rc.2
1.19.18-rc.1
1.19.18-rc.0
1.19.17-rc.3
1.19.17-rc.2
1.19.17-rc.1
1.19.17-rc.0
1.19.16-rc.0
1.19.15-4
1.19.15-3
1.19.11
1.19.10
1.19.8
1.19.8-2
1.19.1
1.19.1-6
1.19.1-5
1.19.1-4
1.19.1-3
1.19.1-2
1.19.1-1
1.18.12
1.18.8
1.18.8-yes-this-one
1.18.8-beta
1.18.1
1.18.0
1.16.1-rc.2
1.16.1-rc.1
1.16.1-rc.0
1.16.0
1.13.0
1.12.0
1.10.3
1.10.2
1.10.1
1.10.0
1.9.2
1.8.17
1.8.16-rc1
1.8.1
1.8.0
1.7.3
1.7.1
1.6.5
1.6.4
1.6.3
1.6.2
1.6.1
1.6.0
1.5.28
1.5.27
1.5.23
1.5.21
1.5.20
1.5.19
1.5.18
1.5.17
1.4.10
1.4.9
1.4.8
1.4.7
1.4.6
1.4.5
1.4.2
1.3.16
1.3.15
1.3.14
1.3.13
1.3.12
1.3.11
1.3.10
1.3.9
💻 CTO.ai Ops - The CLI built for Teams 🚀
cto.ai/platform
@cto.ai/ops-rc
/
lib
/
commands
/
account
/
support.d.ts
9 lines
(8 loc)
•
254 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
Command
from
'./../../base'
;
export
default
class
AccountSupport
extends
Command
{
static
description
:
string
;
static
flags
: {
help
:
import
(
"@oclif/parser/lib/flags"
).
IBooleanFlag
<
void
>; };
run
(
this
:
any
):
Promise
<
void
>; }