Skip to content

Commit 8e9dc23

Browse files
committed
move out of cliext/
1 parent f2030e8 commit 8e9dc23

File tree

6 files changed

+2
-2
lines changed

6 files changed

+2
-2
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

internal/cmd/gen-commands/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"path/filepath"
88
"runtime"
99

10-
"github.com/temporalio/cli/cliext/commandsgen"
10+
"github.com/temporalio/cli/commandsgen"
1111
"github.com/temporalio/cli/internal/temporalcli"
1212
)
1313

internal/cmd/gen-docs/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"path/filepath"
88
"runtime"
99

10-
"github.com/temporalio/cli/cliext/commandsgen"
10+
"github.com/temporalio/cli/commandsgen"
1111
"github.com/temporalio/cli/internal/temporalcli"
1212
)
1313

0 commit comments

Comments
 (0)