File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Completion is provided with [`ActionCarapaceBin`].
18
18
19
19
![ ] ( ./git/git.cast )
20
20
21
- > Without arguments [ ` ActionCarapaceBin ` ] completes all registered commands.
21
+ > Without arguments, [ ` ActionCarapaceBin ` ] completes all registered commands.
22
22
>
23
23
> Here, we limit it to the [ Git] command and further specify it with arguments.
24
24
>
@@ -27,13 +27,13 @@ Completion is provided with [`ActionCarapaceBin`].
27
27
> Just as above we change the directory with ` -C <dir> ` to the repository.
28
28
>
29
29
> This works because the [ Git] completer in [ Carapace] implemented generic folder modifications with [ PreInvoke] .
30
- > Nonetheless, [ Chdir] should normally be used for this.
30
+ > Nonetheless, [ Chdir] should generally be used for this.
31
31
>
32
32
> ---
33
33
>
34
- > When fully embedding a command ` DisableFlagParsing: true ` is the right aproach .
34
+ > When fully embedding a command ` DisableFlagParsing: true ` is the right approach .
35
35
>
36
- > But for [ sudo] -like behaviour where the local command has flags as well there is [ SetInterspersed] .
36
+ > But for [ sudo] -like behavior where the local command has flags as well, there is [ SetInterspersed] .
37
37
> Disabling it stops flag parsing after the first positional argument.
38
38
39
39
[ `ActionCarapaceBin` ] :https://pkg.go.dev/github.com/carapace-sh/carapace-bridge/pkg/actions/bridge#ActionCarapaceBin
You can’t perform that action at this time.
0 commit comments