Skip to content

Commit aa366aa

Browse files
authored
Merge pull request #2172 from rsteube/doc-typo
doc: added missing header
2 parents 8f2e4d6 + a38687b commit aa366aa

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/src/spec/bridge.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ completion:
134134
> For shells custom configurations are loaded from [`${UserConfigDir}/carapace/bridge`].
135135
> Invoking completion in shells is quite tricky though and edge cases are likely to fail.
136136

137-
Bash
137+
### Bash
138138

139139
Commands registered in [bash] can be bridged with the [`bridge.Bash`] macro:
140140

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.21
44

55
require (
66
github.com/pelletier/go-toml v1.9.5
7-
github.com/rsteube/carapace v0.49.0
7+
github.com/rsteube/carapace v0.49.1-0.20240112160241-fb4f80294643
88
github.com/rsteube/carapace-bridge v0.1.7
99
github.com/rsteube/carapace-shlex v0.1.1
1010
github.com/rsteube/carapace-spec v0.12.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ github.com/pelletier/go-toml v1.9.5/go.mod h1:u1nR/EPcESfeI/szUZKdtJ0xRNbUoANCko
1717
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
1818
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
1919
github.com/rsteube/carapace v0.47.4/go.mod h1:4ZC5bulItu9t9sZ5yPcHgPREd8rPf274Q732n+wfl/o=
20-
github.com/rsteube/carapace v0.49.0 h1:HhUyBCiZHdWusl73D652XuWS+3YsYBoS3QXNfpiyv9c=
21-
github.com/rsteube/carapace v0.49.0/go.mod h1:4ZC5bulItu9t9sZ5yPcHgPREd8rPf274Q732n+wfl/o=
20+
github.com/rsteube/carapace v0.49.1-0.20240112160241-fb4f80294643 h1:x7Ovea+BFQDOhU/B2whTOoAchoDarZMY9j21URuMu90=
21+
github.com/rsteube/carapace v0.49.1-0.20240112160241-fb4f80294643/go.mod h1:4ZC5bulItu9t9sZ5yPcHgPREd8rPf274Q732n+wfl/o=
2222
github.com/rsteube/carapace-bridge v0.1.7 h1:g2Z908p7oZuApGOsfypHhdqG1ZoKk450zEpDsKNqpkg=
2323
github.com/rsteube/carapace-bridge v0.1.7/go.mod h1:acHAKkiojM+ORlijGVvIDJ/DuyiH1Q5eyyga5fA+tFE=
2424
github.com/rsteube/carapace-pflag v0.2.0 h1:EYqFO9Haib3NDCPqKu0VxOGi9YQBkXk1IzlHdT0M0vw=

0 commit comments

Comments
 (0)