| Index: client/cmd/isolate/main.go
|
| diff --git a/client/cmd/isolate/main.go b/client/cmd/isolate/main.go
|
| index ca4d10819a63a6f699d3e57ed9ec65abfb61d785..1a0814b0cabf58d6e3c298bbe9af725366c76a6b 100644
|
| --- a/client/cmd/isolate/main.go
|
| +++ b/client/cmd/isolate/main.go
|
| @@ -25,6 +25,7 @@ var application = &subcommands.DefaultApplication{
|
| Commands: []*subcommands.Command{
|
| cmdArchive,
|
| cmdBatchArchive,
|
| + cmdExpArchive,
|
| cmdCheck,
|
| subcommands.CmdHelp,
|
| authcli.SubcommandInfo(auth.Options{}, "whoami", false),
|
|
|