mirror of
https://github.com/rsteube/carapace-bin.git
synced 2025-05-05 15:32:53 +00:00
updated package path
This commit is contained in:
parent
e8ee241794
commit
4c4ce2e07a
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "carapace",
|
||||
"image": "ghcr.io/rsteube/carapace:v0.20.3",
|
||||
"image": "ghcr.io/carapace-sh/carapace",
|
||||
"settings": {
|
||||
"terminal.integrated.shell.linux": "/bin/elvish"
|
||||
},
|
||||
@ -10,5 +10,9 @@
|
||||
"containerEnv": {
|
||||
"TARGET": "/home/circleci/go/bin/carapace"
|
||||
},
|
||||
"onCreateCommand": [ "sh", "-c", "cd cmd && go generate ./... && go install ./..."]
|
||||
}
|
||||
"onCreateCommand": [
|
||||
"sh",
|
||||
"-c",
|
||||
"cd cmd && go generate ./... && go install ./..."
|
||||
]
|
||||
}
|
2
.github/conditions.sh
vendored
2
.github/conditions.sh
vendored
@ -7,5 +7,5 @@ echo
|
||||
|
||||
$scriptdir/../cmd/carapace/carapace --condition \
|
||||
| sed -r 's_(https://[^ ]+)_[\1](\1)_' \
|
||||
| sed 's_^\([^ ]\+\) \+\(.*\)_- [\1]\(https://pkg.go.dev/github.com/rsteube/carapace-bin/pkg/conditions/#Condition\1) \2_' \
|
||||
| sed 's_^\([^ ]\+\) \+\(.*\)_- [\1]\(https://pkg.go.dev/github.com/carapace-sh/carapace-bin/pkg/conditions/#Condition\1) \2_' \
|
||||
| sed -e ':loop' -e 's_\(carapace-bin/pkg/condition/[^#]*\)[.]_\1/_' -e 't loop'
|
||||
|
4
.github/macros.sh
vendored
4
.github/macros.sh
vendored
@ -7,6 +7,6 @@ echo
|
||||
|
||||
$scriptdir/../cmd/carapace/carapace --macro \
|
||||
| sed -r 's_(https://[^ ]+)_[\1](\1)_' \
|
||||
| sed 's_^\([^ ]*\.\)\([^. ]\+\) \+\(.*\)_- [\1\2]\(https://pkg.go.dev/github.com/rsteube/carapace-bin/pkg/actions/\1#Action\2) \3_' \
|
||||
| sed 's_^\([^ ]*\.\)\([^. ]\+\) \+\(.*\)_- [\1\2]\(https://pkg.go.dev/github.com/carapace-sh/carapace-bin/pkg/actions/\1#Action\2) \3_' \
|
||||
| sed -e ':loop' -e 's_\(carapace-bin/pkg/actions/[^#]*\)[.]_\1/_' -e 't loop' \
|
||||
| sed 's_https://pkg.go.dev/github.com/rsteube/carapace-bin/pkg/actions/bridge_https://pkg.go.dev/github.com/rsteube/carapace-bridge/pkg/actions/bridge_'
|
||||
| sed 's_https://pkg.go.dev/github.com/carapace-sh/carapace-bin/pkg/actions/bridge_https://pkg.go.dev/github.com/carapace-sh/carapace-bridge/pkg/actions/bridge_'
|
||||
|
4
.github/workflows/go.yml
vendored
4
.github/workflows/go.yml
vendored
@ -62,7 +62,7 @@ jobs:
|
||||
|
||||
doc:
|
||||
runs-on: ubuntu-latest
|
||||
container: ghcr.io/rsteube/carapace
|
||||
container: ghcr.io/carapace-sh/carapace
|
||||
needs: build
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
@ -92,7 +92,7 @@ jobs:
|
||||
git config user.email rsteube@users.noreply.github.com
|
||||
git add .
|
||||
git commit -m "initial commit [ci skip]"
|
||||
git push --force https://rsteube:${GITHUB_TOKEN}@github.com/rsteube/carapace-bin.git master:gh-pages
|
||||
git push --force https://rsteube:${GITHUB_TOKEN}@github.com/carapace-sh/carapace-bin.git master:gh-pages
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
|
@ -34,7 +34,7 @@ brews:
|
||||
-
|
||||
name: carapace
|
||||
description: "multi-shell multi-command argument completer"
|
||||
homepage: "https://github.com/rsteube/carapace-bin"
|
||||
homepage: "https://github.com/carapace-sh/carapace-bin"
|
||||
license: "MIT"
|
||||
repository:
|
||||
owner: rsteube
|
||||
@ -45,7 +45,7 @@ brews:
|
||||
scoops:
|
||||
-
|
||||
description: "multi-shell multi-command argument completer"
|
||||
homepage: "https://github.com/rsteube/carapace-bin"
|
||||
homepage: "https://github.com/carapace-sh/carapace-bin"
|
||||
license: "MIT"
|
||||
repository:
|
||||
owner: rsteube
|
||||
@ -56,7 +56,7 @@ scoops:
|
||||
aurs:
|
||||
-
|
||||
description: "multi-shell multi-command argument completer"
|
||||
homepage: "https://github.com/rsteube/carapace-bin"
|
||||
homepage: "https://github.com/carapace-sh/carapace-bin"
|
||||
license: "MIT"
|
||||
maintainers:
|
||||
- rsteube <rsteube@users.noreply.github.com>
|
||||
|
22
README.md
22
README.md
@ -3,15 +3,15 @@
|
||||
|
||||
# carapace-bin
|
||||
|
||||
[](https://pkg.go.dev/github.com/rsteube/carapace-bin/pkg/actions)
|
||||
[](https://goreportcard.com/report/github.com/rsteube/carapace-bin)
|
||||
[](https://rsteube.github.io/carapace-bin/)
|
||||
[](https://rsteube.github.io/carapace-bin/completers.html)
|
||||
[](https://rsteube.github.io/carapace-bin/spec/macros.html)
|
||||
[](https://pkg.go.dev/github.com/carapace-sh/carapace-bin/pkg/actions)
|
||||
[](https://goreportcard.com/report/github.com/carapace-sh/carapace-bin)
|
||||
[](https://carapace-sh.github.io/carapace-bin/)
|
||||
[](https://carapace-sh.github.io/carapace-bin/completers.html)
|
||||
[](https://carapace-sh.github.io/carapace-bin/spec/macros.html)
|
||||
[](https://repology.org/project/carapace/versions)
|
||||
[](https://github.com/rsteube/carapace-bin/discussions/categories/q-a?discussions_q=category%3AQ%26A+label%3Afaq)
|
||||
[](https://github.com/carapace-sh/carapace-bin/discussions/categories/q-a?discussions_q=category%3AQ%26A+label%3Afaq)
|
||||
|
||||
Carapace-bin provides argument completion for multiple CLI commands ([full list](https://rsteube.github.io/carapace-bin/completers.html)), and works across multiple POSIX and non-POSIX shells.
|
||||
Carapace-bin provides argument completion for multiple CLI commands ([full list](https://carapace-sh.github.io/carapace-bin/completers.html)), and works across multiple POSIX and non-POSIX shells.
|
||||
You can read more about it here: _[A pragmatic approach to shell completion](https://dev.to/rsteube/a-pragmatic-approach-to-shell-completion-4gp0)_.
|
||||
|
||||
[](https://asciinema.org/a/533283)
|
||||
@ -20,18 +20,18 @@ Supported shells:
|
||||
- [Bash](https://www.gnu.org/software/bash/)
|
||||
- [Elvish](https://elv.sh/)
|
||||
- [Fish](https://fishshell.com/)
|
||||
- [Ion](https://doc.redox-os.org/ion-manual/) ([experimental](https://github.com/rsteube/carapace/issues/88))
|
||||
- [Ion](https://doc.redox-os.org/ion-manual/) ([experimental](https://github.com/carapace-sh/carapace/issues/88))
|
||||
- [Nushell](https://www.nushell.sh/)
|
||||
- [Oil](http://www.oilshell.org/)
|
||||
- [Powershell](https://microsoft.com/powershell)
|
||||
- [Tcsh](https://www.tcsh.org/) ([experimental](https://github.com/rsteube/carapace/issues/331))
|
||||
- [Tcsh](https://www.tcsh.org/) ([experimental](https://github.com/carapace-sh/carapace/issues/331))
|
||||
- [Xonsh](https://xon.sh/)
|
||||
- [Zsh](https://www.zsh.org/)
|
||||
|
||||
## Getting Started
|
||||
|
||||
Ensure carapace is added to [PATH](https://en.wikipedia.org/wiki/PATH_(variable)) ([Installation](https://rsteube.github.io/carapace-bin/installation.html)).
|
||||
Then register the [completers](https://rsteube.github.io/carapace-bin/completers.html) ([Setup](https://rsteube.github.io/carapace-bin/setup.html)):
|
||||
Ensure carapace is added to [PATH](https://en.wikipedia.org/wiki/PATH_(variable)) ([Installation](https://carapace-sh.github.io/carapace-bin/installation.html)).
|
||||
Then register the [completers](https://carapace-sh.github.io/carapace-bin/completers.html) ([Setup](https://carapace-sh.github.io/carapace-bin/setup.html)):
|
||||
|
||||
```sh
|
||||
# bash (~/.bashrc)
|
||||
|
@ -8,9 +8,9 @@ import (
|
||||
"sort"
|
||||
"strings"
|
||||
|
||||
"github.com/rsteube/carapace"
|
||||
lint "github.com/rsteube/carapace-bin/cmd/carapace-lint/cmd"
|
||||
"github.com/rsteube/carapace/pkg/execlog"
|
||||
"github.com/carapace-sh/carapace"
|
||||
lint "github.com/carapace-sh/carapace-bin/cmd/carapace-lint/cmd"
|
||||
"github.com/carapace-sh/carapace/pkg/execlog"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
package main
|
||||
|
||||
import "github.com/rsteube/carapace-bin/cmd/carapace-fmt/cmd"
|
||||
import "github.com/carapace-sh/carapace-bin/cmd/carapace-fmt/cmd"
|
||||
|
||||
func main() {
|
||||
cmd.Execute()
|
||||
|
@ -12,8 +12,8 @@ import (
|
||||
"strconv"
|
||||
"strings"
|
||||
|
||||
"github.com/rsteube/carapace/pkg/execlog"
|
||||
"github.com/rsteube/carapace/pkg/util"
|
||||
"github.com/carapace-sh/carapace/pkg/execlog"
|
||||
"github.com/carapace-sh/carapace/pkg/util"
|
||||
)
|
||||
|
||||
func main() {
|
||||
@ -24,7 +24,7 @@ func main() {
|
||||
|
||||
imports := make([]string, 0, len(names))
|
||||
for _, name := range names {
|
||||
imports = append(imports, fmt.Sprintf(` %v "github.com/rsteube/carapace-bin/completers/%v_completer/cmd"`, varName(name), name))
|
||||
imports = append(imports, fmt.Sprintf(` %v "github.com/carapace-sh/carapace-bin/completers/%v_completer/cmd"`, varName(name), name))
|
||||
}
|
||||
|
||||
formattedNames := make([]string, 0)
|
||||
@ -174,7 +174,7 @@ func macros() {
|
||||
|
||||
// hardcoded the bridge macros
|
||||
imports := map[string]bool{
|
||||
`bridge "github.com/rsteube/carapace-bridge/pkg/actions/bridge"`: true,
|
||||
`bridge "github.com/carapace-sh/carapace-bridge/pkg/actions/bridge"`: true,
|
||||
}
|
||||
macros := []string{
|
||||
`"bridge.Argcomplete": spec.MacroV(bridge.ActionArgcomplete),`,
|
||||
@ -197,8 +197,8 @@ func macros() {
|
||||
descriptions := map[string]string{
|
||||
"bridge.Argcomplete": "bridges https://github.com/kislyuk/argcomplete",
|
||||
"bridge.Bash": "bridges https://www.gnu.org/software/bash/",
|
||||
"bridge.Carapace": "bridges https://github.com/rsteube/carapace",
|
||||
"bridge.CarapaceBin": "bridges https://github.com/rsteube/carapace-bin",
|
||||
"bridge.Carapace": "bridges https://github.com/carapace-sh/carapace",
|
||||
"bridge.CarapaceBin": "bridges https://github.com/carapace-sh/carapace-bin",
|
||||
"bridge.Clap": "bridges https://github.com/clap-rs/clap",
|
||||
"bridge.Click": "bridges https://github.com/pallets/click",
|
||||
"bridge.Cobra": "bridges https://github.com/spf13/cobra",
|
||||
@ -206,7 +206,7 @@ func macros() {
|
||||
"bridge.Fish": "bridges https://fishshell.com/",
|
||||
"bridge.Inshellisense": "bridges https://github.com/microsoft/inshellisense",
|
||||
"bridge.Kingpin": "bridges https://github.com/alecthomas/kingpin",
|
||||
"bridge.Macro": "bridges macros exposed with https://github.com/rsteube/carapace-spec",
|
||||
"bridge.Macro": "bridges macros exposed with https://github.com/carapace-sh/carapace-spec",
|
||||
"bridge.Powershell": "bridges https://microsoft.com/powershell",
|
||||
"bridge.Urfavecli": "bridges https://github.com/urfave/cli",
|
||||
"bridge.Yargs": "bridges https://github.com/yargs/yargs",
|
||||
@ -224,7 +224,7 @@ func macros() {
|
||||
defer file.Close()
|
||||
|
||||
pkg := strings.Replace(filepath.ToSlash(filepath.Dir(strings.TrimPrefix(path, root+"/pkg/actions/"))), "/", ".", -1)
|
||||
_import := fmt.Sprintf(` %v "github.com/rsteube/carapace-bin/pkg/actions/%v"`, strings.Replace(pkg, ".", "_", -1), strings.Replace(pkg, ".", "/", -1))
|
||||
_import := fmt.Sprintf(` %v "github.com/carapace-sh/carapace-bin/pkg/actions/%v"`, strings.Replace(pkg, ".", "_", -1), strings.Replace(pkg, ".", "/", -1))
|
||||
|
||||
scanner := bufio.NewScanner(file)
|
||||
for scanner.Scan() {
|
||||
@ -278,7 +278,7 @@ func macros() {
|
||||
|
||||
import (
|
||||
%v
|
||||
spec "github.com/rsteube/carapace-spec"
|
||||
spec "github.com/carapace-sh/carapace-spec"
|
||||
)
|
||||
|
||||
func init() {
|
||||
@ -349,8 +349,8 @@ func conditions() {
|
||||
content := fmt.Sprintf(`package conditions
|
||||
|
||||
import (
|
||||
"github.com/rsteube/carapace-bin/internal/condition"
|
||||
"github.com/rsteube/carapace-spec/pkg/macro"
|
||||
"github.com/carapace-sh/carapace-bin/internal/condition"
|
||||
"github.com/carapace-sh/carapace-spec/pkg/macro"
|
||||
)
|
||||
|
||||
func init() {
|
||||
|
@ -7,7 +7,7 @@ import (
|
||||
"regexp"
|
||||
"strings"
|
||||
|
||||
"github.com/rsteube/carapace"
|
||||
"github.com/carapace-sh/carapace"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
package main
|
||||
|
||||
import "github.com/rsteube/carapace-bin/cmd/carapace-lint/cmd"
|
||||
import "github.com/carapace-sh/carapace-bin/cmd/carapace-lint/cmd"
|
||||
|
||||
func main() {
|
||||
cmd.Execute()
|
||||
|
@ -10,7 +10,7 @@ import (
|
||||
"sort"
|
||||
"strings"
|
||||
|
||||
"github.com/rsteube/carapace"
|
||||
"github.com/carapace-sh/carapace"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
@ -48,7 +48,7 @@ func (c *Command) Format() string {
|
||||
pattern := `package cmd
|
||||
|
||||
import (
|
||||
"github.com/rsteube/carapace"
|
||||
"github.com/carapace-sh/carapace"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
package main
|
||||
|
||||
import "github.com/rsteube/carapace-bin/cmd/carapace-parse/cmd"
|
||||
import "github.com/carapace-sh/carapace-bin/cmd/carapace-parse/cmd"
|
||||
|
||||
func main() {
|
||||
cmd.Execute()
|
||||
|
@ -7,7 +7,7 @@ import (
|
||||
"path/filepath"
|
||||
"strings"
|
||||
|
||||
"github.com/rsteube/carapace/pkg/xdg"
|
||||
"github.com/carapace-sh/carapace/pkg/xdg"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
@ -3,8 +3,8 @@ package action
|
||||
import (
|
||||
"encoding/json"
|
||||
|
||||
"github.com/rsteube/carapace"
|
||||
"github.com/rsteube/carapace/pkg/style"
|
||||
"github.com/carapace-sh/carapace"
|
||||
"github.com/carapace-sh/carapace/pkg/style"
|
||||
)
|
||||
|
||||
type CompleterOpts struct {
|
||||
|
@ -3,8 +3,8 @@ package cmd
|
||||
import (
|
||||
"os"
|
||||
|
||||
"github.com/rsteube/carapace"
|
||||
"github.com/rsteube/carapace/pkg/xdg"
|
||||
"github.com/carapace-sh/carapace"
|
||||
"github.com/carapace-sh/carapace/pkg/xdg"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
package cmd
|
||||
|
||||
import (
|
||||
"github.com/rsteube/carapace"
|
||||
"github.com/carapace-sh/carapace"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
|
@ -8,8 +8,8 @@ import (
|
||||
"sort"
|
||||
"strings"
|
||||
|
||||
"github.com/rsteube/carapace-bin/pkg/env"
|
||||
"github.com/rsteube/carapace/pkg/xdg"
|
||||
"github.com/carapace-sh/carapace-bin/pkg/env"
|
||||
"github.com/carapace-sh/carapace/pkg/xdg"
|
||||
"gopkg.in/yaml.v3"
|
||||
)
|
||||
|
||||
|
@ -7,8 +7,8 @@ import (
|
||||
"strconv"
|
||||
"strings"
|
||||
|
||||
"github.com/rsteube/carapace"
|
||||
"github.com/rsteube/carapace-bin/pkg/conditions"
|
||||
"github.com/carapace-sh/carapace"
|
||||
"github.com/carapace-sh/carapace-bin/pkg/conditions"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
@ -76,7 +76,7 @@ func printCondition(name string) {
|
||||
|
||||
fmt.Printf(`signature: $%v%v
|
||||
description: %v
|
||||
reference: https://pkg.go.dev/github.com/rsteube/carapace-bin/pkg/conditions/%v#Condition%v
|
||||
reference: https://pkg.go.dev/github.com/carapace-sh/carapace-bin/pkg/conditions/%v#Condition%v
|
||||
`, name, signature, m.Description, filepath.Dir(path), filepath.Base(path))
|
||||
}
|
||||
}
|
||||
|
@ -6,11 +6,11 @@ import (
|
||||
"fmt"
|
||||
"strings"
|
||||
|
||||
"github.com/rsteube/carapace"
|
||||
"github.com/rsteube/carapace-bin/cmd/carapace/cmd/action"
|
||||
"github.com/rsteube/carapace-bridge/pkg/actions/bridge"
|
||||
shlex "github.com/rsteube/carapace-shlex"
|
||||
"github.com/rsteube/carapace/pkg/style"
|
||||
"github.com/carapace-sh/carapace"
|
||||
"github.com/carapace-sh/carapace-bin/cmd/carapace/cmd/action"
|
||||
"github.com/carapace-sh/carapace-bridge/pkg/actions/bridge"
|
||||
shlex "github.com/carapace-sh/carapace-shlex"
|
||||
"github.com/carapace-sh/carapace/pkg/style"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
|
@ -9,11 +9,11 @@ import (
|
||||
"slices"
|
||||
"strings"
|
||||
|
||||
"github.com/rsteube/carapace"
|
||||
"github.com/rsteube/carapace-bin/cmd/carapace/cmd/action"
|
||||
"github.com/rsteube/carapace-bin/cmd/carapace/cmd/completers"
|
||||
"github.com/rsteube/carapace-bridge/pkg/actions/bridge"
|
||||
"github.com/rsteube/carapace-bridge/pkg/bridges"
|
||||
"github.com/carapace-sh/carapace"
|
||||
"github.com/carapace-sh/carapace-bin/cmd/carapace/cmd/action"
|
||||
"github.com/carapace-sh/carapace-bin/cmd/carapace/cmd/completers"
|
||||
"github.com/carapace-sh/carapace-bridge/pkg/actions/bridge"
|
||||
"github.com/carapace-sh/carapace-bridge/pkg/bridges"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
|
@ -3,13 +3,13 @@ package cmd
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/rsteube/carapace"
|
||||
"github.com/rsteube/carapace/pkg/sandbox"
|
||||
"github.com/rsteube/carapace/pkg/style"
|
||||
"github.com/carapace-sh/carapace"
|
||||
"github.com/carapace-sh/carapace/pkg/sandbox"
|
||||
"github.com/carapace-sh/carapace/pkg/style"
|
||||
)
|
||||
|
||||
func TestInvokeFlags(t *testing.T) {
|
||||
sandbox.Package(t, "github.com/rsteube/carapace-bin/cmd/carapace")(func(s *sandbox.Sandbox) {
|
||||
sandbox.Package(t, "github.com/carapace-sh/carapace-bin/cmd/carapace")(func(s *sandbox.Sandbox) {
|
||||
s.Run("tail", "export", "tail", "--fo").
|
||||
Expect(carapace.ActionStyledValuesDescribed(
|
||||
"--follow", "output appended data as the file grows", style.Yellow,
|
||||
@ -27,7 +27,7 @@ func TestInvokeFlags(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestInvokePositional(t *testing.T) {
|
||||
sandbox.Package(t, "github.com/rsteube/carapace-bin/cmd/carapace")(func(s *sandbox.Sandbox) {
|
||||
sandbox.Package(t, "github.com/carapace-sh/carapace-bin/cmd/carapace")(func(s *sandbox.Sandbox) {
|
||||
s.Run("git", "export", "git", "checko").
|
||||
Expect(carapace.Batch(
|
||||
carapace.ActionValuesDescribed(
|
||||
|
@ -6,8 +6,8 @@ import (
|
||||
"runtime"
|
||||
"strings"
|
||||
|
||||
"github.com/rsteube/carapace"
|
||||
"github.com/rsteube/carapace/pkg/xdg"
|
||||
"github.com/carapace-sh/carapace"
|
||||
"github.com/carapace-sh/carapace/pkg/xdg"
|
||||
)
|
||||
|
||||
func pathSnippet(shell string) (snippet string) {
|
||||
|
@ -3,9 +3,9 @@ package lazyinit
|
||||
import (
|
||||
"sort"
|
||||
|
||||
"github.com/rsteube/carapace-bin/cmd/carapace/cmd/completers"
|
||||
"github.com/rsteube/carapace-bridge/pkg/bridges"
|
||||
envbridges "github.com/rsteube/carapace-bridge/pkg/env"
|
||||
"github.com/carapace-sh/carapace-bin/cmd/carapace/cmd/completers"
|
||||
"github.com/carapace-sh/carapace-bridge/pkg/bridges"
|
||||
envbridges "github.com/carapace-sh/carapace-bridge/pkg/env"
|
||||
)
|
||||
|
||||
func Snippet(shell string) string {
|
||||
|
@ -5,12 +5,12 @@ import (
|
||||
"fmt"
|
||||
"strconv"
|
||||
|
||||
"github.com/rsteube/carapace"
|
||||
"github.com/rsteube/carapace-bin/cmd/carapace/cmd/action"
|
||||
"github.com/rsteube/carapace-bin/cmd/carapace/cmd/completers"
|
||||
"github.com/rsteube/carapace-bridge/pkg/bridges"
|
||||
"github.com/rsteube/carapace-bridge/pkg/env"
|
||||
"github.com/rsteube/carapace/pkg/style"
|
||||
"github.com/carapace-sh/carapace"
|
||||
"github.com/carapace-sh/carapace-bin/cmd/carapace/cmd/action"
|
||||
"github.com/carapace-sh/carapace-bin/cmd/carapace/cmd/completers"
|
||||
"github.com/carapace-sh/carapace-bridge/pkg/bridges"
|
||||
"github.com/carapace-sh/carapace-bridge/pkg/env"
|
||||
"github.com/carapace-sh/carapace/pkg/style"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
|
@ -7,10 +7,10 @@ import (
|
||||
"strconv"
|
||||
"strings"
|
||||
|
||||
"github.com/rsteube/carapace"
|
||||
"github.com/rsteube/carapace-bin/pkg/actions"
|
||||
spec "github.com/rsteube/carapace-spec"
|
||||
"github.com/rsteube/carapace/pkg/execlog"
|
||||
"github.com/carapace-sh/carapace"
|
||||
"github.com/carapace-sh/carapace-bin/pkg/actions"
|
||||
spec "github.com/carapace-sh/carapace-spec"
|
||||
"github.com/carapace-sh/carapace/pkg/execlog"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
@ -98,7 +98,7 @@ func printMacro(name string) {
|
||||
|
||||
fmt.Printf(`signature: $carapace.%v%v
|
||||
description: %v
|
||||
reference: https://pkg.go.dev/github.com/rsteube/carapace-bin/pkg/actions/%v#Action%v
|
||||
reference: https://pkg.go.dev/github.com/carapace-sh/carapace-bin/pkg/actions/%v#Action%v
|
||||
`, name, signature, actions.MacroDescriptions[name], filepath.Dir(path), filepath.Base(path))
|
||||
}
|
||||
}
|
||||
|
@ -3,12 +3,12 @@ package cmd
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/rsteube/carapace"
|
||||
"github.com/rsteube/carapace/pkg/sandbox"
|
||||
"github.com/carapace-sh/carapace"
|
||||
"github.com/carapace-sh/carapace/pkg/sandbox"
|
||||
)
|
||||
|
||||
func TestMacros(t *testing.T) {
|
||||
sandbox.Package(t, "github.com/rsteube/carapace-bin/cmd/carapace")(func(s *sandbox.Sandbox) {
|
||||
sandbox.Package(t, "github.com/carapace-sh/carapace-bin/cmd/carapace")(func(s *sandbox.Sandbox) {
|
||||
s.Run("--macro", "color.XtermColorNames", "G").
|
||||
Expect(carapace.ActionStyledValues(
|
||||
"Green", "color2",
|
||||
|
@ -7,14 +7,14 @@ import (
|
||||
"os"
|
||||
"strings"
|
||||
|
||||
"github.com/rsteube/carapace"
|
||||
"github.com/rsteube/carapace-bin/cmd/carapace/cmd/action"
|
||||
"github.com/rsteube/carapace-bin/cmd/carapace/cmd/lazyinit"
|
||||
"github.com/rsteube/carapace-bin/cmd/carapace/cmd/shim"
|
||||
"github.com/rsteube/carapace-bin/pkg/actions"
|
||||
spec "github.com/rsteube/carapace-spec"
|
||||
"github.com/rsteube/carapace/pkg/ps"
|
||||
"github.com/rsteube/carapace/pkg/xdg"
|
||||
"github.com/carapace-sh/carapace"
|
||||
"github.com/carapace-sh/carapace-bin/cmd/carapace/cmd/action"
|
||||
"github.com/carapace-sh/carapace-bin/cmd/carapace/cmd/lazyinit"
|
||||
"github.com/carapace-sh/carapace-bin/cmd/carapace/cmd/shim"
|
||||
"github.com/carapace-sh/carapace-bin/pkg/actions"
|
||||
spec "github.com/carapace-sh/carapace-spec"
|
||||
"github.com/carapace-sh/carapace/pkg/ps"
|
||||
"github.com/carapace-sh/carapace/pkg/xdg"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
|
@ -4,8 +4,8 @@ import (
|
||||
"fmt"
|
||||
"os"
|
||||
|
||||
"github.com/rsteube/carapace"
|
||||
spec "github.com/rsteube/carapace-spec"
|
||||
"github.com/carapace-sh/carapace"
|
||||
spec "github.com/carapace-sh/carapace-spec"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
|
@ -3,8 +3,8 @@ package cmd
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
"github.com/rsteube/carapace"
|
||||
spec "github.com/rsteube/carapace-spec"
|
||||
"github.com/carapace-sh/carapace"
|
||||
spec "github.com/carapace-sh/carapace-spec"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
|
@ -6,8 +6,8 @@ import (
|
||||
"runtime"
|
||||
"strings"
|
||||
|
||||
"github.com/rsteube/carapace"
|
||||
"github.com/rsteube/carapace/pkg/xdg"
|
||||
"github.com/carapace-sh/carapace"
|
||||
"github.com/carapace-sh/carapace/pkg/xdg"
|
||||
)
|
||||
|
||||
func removeObsolete() error {
|
||||
|
@ -9,8 +9,8 @@ import (
|
||||
"runtime"
|
||||
"strings"
|
||||
|
||||
"github.com/rsteube/carapace"
|
||||
"github.com/rsteube/carapace/pkg/xdg"
|
||||
"github.com/carapace-sh/carapace"
|
||||
"github.com/carapace-sh/carapace/pkg/xdg"
|
||||
)
|
||||
|
||||
func Update() error {
|
||||
|
@ -8,7 +8,7 @@ import (
|
||||
"path/filepath"
|
||||
"strings"
|
||||
|
||||
spec "github.com/rsteube/carapace-spec"
|
||||
spec "github.com/carapace-sh/carapace-spec"
|
||||
"gopkg.in/yaml.v3"
|
||||
)
|
||||
|
||||
|
@ -4,8 +4,8 @@ import (
|
||||
"fmt"
|
||||
"strings"
|
||||
|
||||
"github.com/rsteube/carapace"
|
||||
"github.com/rsteube/carapace/pkg/style"
|
||||
"github.com/carapace-sh/carapace"
|
||||
"github.com/carapace-sh/carapace/pkg/style"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"github.com/rsteube/carapace-bin/cmd/carapace/cmd"
|
||||
"github.com/carapace-sh/carapace-bin/cmd/carapace/cmd"
|
||||
)
|
||||
|
||||
var version = "develop"
|
||||
|
@ -3,7 +3,7 @@ package main
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/rsteube/carapace"
|
||||
"github.com/carapace-sh/carapace"
|
||||
)
|
||||
|
||||
func TestCarapace(t *testing.T) {
|
||||
|
@ -1,7 +1,7 @@
|
||||
package cmd
|
||||
|
||||
import (
|
||||
"github.com/rsteube/carapace"
|
||||
"github.com/carapace-sh/carapace"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
package main
|
||||
|
||||
import "github.com/rsteube/carapace-bin/completers/acpi_completer/cmd"
|
||||
import "github.com/carapace-sh/carapace-bin/completers/acpi_completer/cmd"
|
||||
|
||||
func main() {
|
||||
cmd.Execute()
|
||||
|
@ -1,9 +1,9 @@
|
||||
package cmd
|
||||
|
||||
import (
|
||||
"github.com/rsteube/carapace"
|
||||
"github.com/rsteube/carapace-bin/pkg/actions/fs"
|
||||
"github.com/rsteube/carapace-bin/pkg/actions/os"
|
||||
"github.com/carapace-sh/carapace"
|
||||
"github.com/carapace-sh/carapace-bin/pkg/actions/fs"
|
||||
"github.com/carapace-sh/carapace-bin/pkg/actions/os"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
package main
|
||||
|
||||
import "github.com/rsteube/carapace-bin/completers/acpid_completer/cmd"
|
||||
import "github.com/carapace-sh/carapace-bin/completers/acpid_completer/cmd"
|
||||
|
||||
func main() {
|
||||
cmd.Execute()
|
||||
|
@ -1,7 +1,7 @@
|
||||
package cmd
|
||||
|
||||
import (
|
||||
"github.com/rsteube/carapace"
|
||||
"github.com/carapace-sh/carapace"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
package cmd
|
||||
|
||||
import (
|
||||
"github.com/rsteube/carapace"
|
||||
"github.com/carapace-sh/carapace"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
package cmd
|
||||
|
||||
import (
|
||||
"github.com/rsteube/carapace"
|
||||
"github.com/carapace-sh/carapace"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
package cmd
|
||||
|
||||
import (
|
||||
"github.com/rsteube/carapace"
|
||||
"github.com/carapace-sh/carapace"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
package cmd
|
||||
|
||||
import (
|
||||
"github.com/rsteube/carapace"
|
||||
"github.com/carapace-sh/carapace"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
package cmd
|
||||
|
||||
import (
|
||||
"github.com/rsteube/carapace"
|
||||
"github.com/carapace-sh/carapace"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
package cmd
|
||||
|
||||
import (
|
||||
"github.com/rsteube/carapace"
|
||||
"github.com/carapace-sh/carapace"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
package cmd
|
||||
|
||||
import (
|
||||
"github.com/rsteube/carapace"
|
||||
"github.com/carapace-sh/carapace"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
package cmd
|
||||
|
||||
import (
|
||||
"github.com/rsteube/carapace"
|
||||
"github.com/carapace-sh/carapace"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
package cmd
|
||||
|
||||
import (
|
||||
"github.com/rsteube/carapace"
|
||||
"github.com/carapace-sh/carapace"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
package cmd
|
||||
|
||||
import (
|
||||
"github.com/rsteube/carapace"
|
||||
"github.com/carapace-sh/carapace"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
package cmd
|
||||
|
||||
import (
|
||||
"github.com/rsteube/carapace"
|
||||
"github.com/carapace-sh/carapace"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
package cmd
|
||||
|
||||
import (
|
||||
"github.com/rsteube/carapace"
|
||||
"github.com/carapace-sh/carapace"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
package cmd
|
||||
|
||||
import (
|
||||
"github.com/rsteube/carapace"
|
||||
"github.com/carapace-sh/carapace"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
package cmd
|
||||
|
||||
import (
|
||||
"github.com/rsteube/carapace"
|
||||
"github.com/carapace-sh/carapace"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
package cmd
|
||||
|
||||
import (
|
||||
"github.com/rsteube/carapace"
|
||||
"github.com/carapace-sh/carapace"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
package cmd
|
||||
|
||||
import (
|
||||
"github.com/rsteube/carapace"
|
||||
"github.com/carapace-sh/carapace"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
package cmd
|
||||
|
||||
import (
|
||||
"github.com/rsteube/carapace"
|
||||
"github.com/carapace-sh/carapace"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
package cmd
|
||||
|
||||
import (
|
||||
"github.com/rsteube/carapace"
|
||||
"github.com/carapace-sh/carapace"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
package cmd
|
||||
|
||||
import (
|
||||
"github.com/rsteube/carapace"
|
||||
"github.com/carapace-sh/carapace"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
package cmd
|
||||
|
||||
import (
|
||||
"github.com/rsteube/carapace"
|
||||
"github.com/carapace-sh/carapace"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
package cmd
|
||||
|
||||
import (
|
||||
"github.com/rsteube/carapace"
|
||||
"github.com/carapace-sh/carapace"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
package cmd
|
||||
|
||||
import (
|
||||
"github.com/rsteube/carapace"
|
||||
"github.com/carapace-sh/carapace"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
package cmd
|
||||
|
||||
import (
|
||||
"github.com/rsteube/carapace"
|
||||
"github.com/carapace-sh/carapace"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
package cmd
|
||||
|
||||
import (
|
||||
"github.com/rsteube/carapace"
|
||||
"github.com/carapace-sh/carapace"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
package cmd
|
||||
|
||||
import (
|
||||
"github.com/rsteube/carapace"
|
||||
"github.com/carapace-sh/carapace"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
package cmd
|
||||
|
||||
import (
|
||||
"github.com/rsteube/carapace"
|
||||
"github.com/carapace-sh/carapace"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
package cmd
|
||||
|
||||
import (
|
||||
"github.com/rsteube/carapace"
|
||||
"github.com/carapace-sh/carapace"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
package cmd
|
||||
|
||||
import (
|
||||
"github.com/rsteube/carapace"
|
||||
"github.com/carapace-sh/carapace"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
package cmd
|
||||
|
||||
import (
|
||||
"github.com/rsteube/carapace"
|
||||
"github.com/carapace-sh/carapace"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
package cmd
|
||||
|
||||
import (
|
||||
"github.com/rsteube/carapace"
|
||||
"github.com/carapace-sh/carapace"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
package cmd
|
||||
|
||||
import (
|
||||
"github.com/rsteube/carapace"
|
||||
"github.com/carapace-sh/carapace"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
package cmd
|
||||
|
||||
import (
|
||||
"github.com/rsteube/carapace"
|
||||
"github.com/carapace-sh/carapace"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
package cmd
|
||||
|
||||
import (
|
||||
"github.com/rsteube/carapace"
|
||||
"github.com/carapace-sh/carapace"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
package cmd
|
||||
|
||||
import (
|
||||
"github.com/rsteube/carapace"
|
||||
"github.com/carapace-sh/carapace"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
package cmd
|
||||
|
||||
import (
|
||||
"github.com/rsteube/carapace"
|
||||
"github.com/carapace-sh/carapace"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
package cmd
|
||||
|
||||
import (
|
||||
"github.com/rsteube/carapace"
|
||||
"github.com/carapace-sh/carapace"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
package cmd
|
||||
|
||||
import (
|
||||
"github.com/rsteube/carapace"
|
||||
"github.com/carapace-sh/carapace"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
package cmd
|
||||
|
||||
import (
|
||||
"github.com/rsteube/carapace"
|
||||
"github.com/carapace-sh/carapace"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
package cmd
|
||||
|
||||
import (
|
||||
"github.com/rsteube/carapace"
|
||||
"github.com/carapace-sh/carapace"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
package cmd
|
||||
|
||||
import (
|
||||
"github.com/rsteube/carapace"
|
||||
"github.com/carapace-sh/carapace"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
package cmd
|
||||
|
||||
import (
|
||||
"github.com/rsteube/carapace"
|
||||
"github.com/carapace-sh/carapace"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
package cmd
|
||||
|
||||
import (
|
||||
"github.com/rsteube/carapace"
|
||||
"github.com/carapace-sh/carapace"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
package cmd
|
||||
|
||||
import (
|
||||
"github.com/rsteube/carapace"
|
||||
"github.com/carapace-sh/carapace"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
package cmd
|
||||
|
||||
import (
|
||||
"github.com/rsteube/carapace"
|
||||
"github.com/carapace-sh/carapace"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
package cmd
|
||||
|
||||
import (
|
||||
"github.com/rsteube/carapace"
|
||||
"github.com/carapace-sh/carapace"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
package cmd
|
||||
|
||||
import (
|
||||
"github.com/rsteube/carapace"
|
||||
"github.com/carapace-sh/carapace"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
package cmd
|
||||
|
||||
import (
|
||||
"github.com/rsteube/carapace"
|
||||
"github.com/carapace-sh/carapace"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
package cmd
|
||||
|
||||
import (
|
||||
"github.com/rsteube/carapace"
|
||||
"github.com/carapace-sh/carapace"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
package cmd
|
||||
|
||||
import (
|
||||
"github.com/rsteube/carapace"
|
||||
"github.com/carapace-sh/carapace"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
package cmd
|
||||
|
||||
import (
|
||||
"github.com/rsteube/carapace"
|
||||
"github.com/carapace-sh/carapace"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
package cmd
|
||||
|
||||
import (
|
||||
"github.com/rsteube/carapace"
|
||||
"github.com/carapace-sh/carapace"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
package cmd
|
||||
|
||||
import (
|
||||
"github.com/rsteube/carapace"
|
||||
"github.com/carapace-sh/carapace"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
package cmd
|
||||
|
||||
import (
|
||||
"github.com/rsteube/carapace"
|
||||
"github.com/carapace-sh/carapace"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
package cmd
|
||||
|
||||
import (
|
||||
"github.com/rsteube/carapace"
|
||||
"github.com/carapace-sh/carapace"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
package cmd
|
||||
|
||||
import (
|
||||
"github.com/rsteube/carapace"
|
||||
"github.com/carapace-sh/carapace"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
package cmd
|
||||
|
||||
import (
|
||||
"github.com/rsteube/carapace"
|
||||
"github.com/carapace-sh/carapace"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
package cmd
|
||||
|
||||
import (
|
||||
"github.com/rsteube/carapace"
|
||||
"github.com/carapace-sh/carapace"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
package cmd
|
||||
|
||||
import (
|
||||
"github.com/rsteube/carapace"
|
||||
"github.com/carapace-sh/carapace"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
package cmd
|
||||
|
||||
import (
|
||||
"github.com/rsteube/carapace"
|
||||
"github.com/carapace-sh/carapace"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user