forked from taskcluster/taskcluster
-
Notifications
You must be signed in to change notification settings - Fork 0
/
subtree_imports.go
18 lines (16 loc) · 975 Bytes
/
subtree_imports.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
package main
// List all subpackages which implement `taskcluster` commands here, in
// alphabetical order.
import (
_ "github.com/taskcluster/taskcluster/v47/clients/client-shell/apis"
_ "github.com/taskcluster/taskcluster/v47/clients/client-shell/cmds/completions"
_ "github.com/taskcluster/taskcluster/v47/clients/client-shell/cmds/config"
_ "github.com/taskcluster/taskcluster/v47/clients/client-shell/cmds/download"
_ "github.com/taskcluster/taskcluster/v47/clients/client-shell/cmds/from-now"
_ "github.com/taskcluster/taskcluster/v47/clients/client-shell/cmds/group"
_ "github.com/taskcluster/taskcluster/v47/clients/client-shell/cmds/signin"
_ "github.com/taskcluster/taskcluster/v47/clients/client-shell/cmds/slugid"
_ "github.com/taskcluster/taskcluster/v47/clients/client-shell/cmds/task"
_ "github.com/taskcluster/taskcluster/v47/clients/client-shell/cmds/validate-json"
_ "github.com/taskcluster/taskcluster/v47/clients/client-shell/cmds/version"
)