File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 66 "fmt"
77 "strings"
88
9- "github.com/mfridman /cli/pkg/suggest"
9+ "github.com/pressly /cli/pkg/suggest"
1010)
1111
1212// Command represents a CLI command or subcommand within the application's command hierarchy.
Original file line number Diff line number Diff line change 88 "os"
99 "strings"
1010
11- "github.com/mfridman /cli"
11+ "github.com/pressly /cli"
1212)
1313
1414func main () {
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import (
1111 "strings"
1212 "time"
1313
14- "github.com/mfridman /cli"
14+ "github.com/pressly /cli"
1515)
1616
1717// todo
Original file line number Diff line number Diff line change 1- module github.com/mfridman /cli
1+ module github.com/pressly /cli
22
33go 1.21.0
44
Original file line number Diff line number Diff line change 77 "slices"
88 "strings"
99
10- "github.com/mfridman /cli/pkg/textutil"
10+ "github.com/pressly /cli/pkg/textutil"
1111)
1212
1313// DefaultUsage returns the default usage string for the command hierarchy. It is used when the
You can’t perform that action at this time.
0 commit comments