Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion command_run.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ outer:
// definitions and the matching Action functions are run.
func (cmd *Command) Run(ctx context.Context, osArgs []string) (deferErr error) {
_, deferErr = cmd.run(ctx, osArgs)
return
return deferErr
}

func (cmd *Command) run(ctx context.Context, osArgs []string) (_ context.Context, deferErr error) {
Expand Down
2 changes: 1 addition & 1 deletion docs.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ func prefixFor(name string) (prefix string) {
prefix = "--"
}

return
return prefix
}

// Returns the placeholder, if any, and the unquoted usage string.
Expand Down
2 changes: 1 addition & 1 deletion mkdocs-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
mkdocs-git-revision-date-localized-plugin==1.4.7
mkdocs-material==9.6.20
mkdocs-material==9.6.21
mkdocs==1.6.1
mkdocs-redirects==1.2.2
pygments==2.19.2
Loading