mirror of
https://github.com/coder/coder.git
synced 2025-07-18 14:17:22 +00:00
chore(cli): replace clibase with external coder/serpent
(#12252)
This commit is contained in:
@ -7,9 +7,9 @@ import (
|
||||
"sort"
|
||||
"strings"
|
||||
|
||||
"github.com/coder/coder/v2/cli/clibase"
|
||||
"github.com/coder/coder/v2/enterprise/cli"
|
||||
"github.com/coder/flog"
|
||||
"github.com/coder/serpent"
|
||||
)
|
||||
|
||||
// route is an individual page object in the docs manifest.json.
|
||||
@ -83,7 +83,7 @@ func main() {
|
||||
root := (&cli.RootCmd{})
|
||||
|
||||
// wroteMap indexes file paths to commands.
|
||||
wroteMap := make(map[string]*clibase.Cmd)
|
||||
wroteMap := make(map[string]*serpent.Cmd)
|
||||
|
||||
var (
|
||||
docsDir = filepath.Join(workdir, "docs")
|
||||
|
Reference in New Issue
Block a user