Skip to content

fix: remove bad template func#275

Merged
k3llymariee merged 2 commits into
mainfrom
kelly/fix-templates
May 13, 2024
Merged

fix: remove bad template func#275
k3llymariee merged 2 commits into
mainfrom
kelly/fix-templates

Conversation

@k3llymariee
Copy link
Copy Markdown
Contributor

broke the template with my last commit

@k3llymariee k3llymariee requested a review from dbolson May 13, 2024 17:12
{{rpad .Name .NamePadding }} {{.Short}}{{end}}{{end}}{{end}}{{if not .AllChildCommandsHaveGroup}}

Additional Commands:{{range $cmds}}{{if (and (eq .GroupID "") (or .IsAvailableCommand (eq .Name "help")))}}
{{rpad .Name .NamePadding }} {{.Short}}{{end}}{{end}}{{end}}{{end}}{{end}}{{if .HasAvailableLocalFlags}}{{if gt (len WrappedRequiredFlagUsages .) 0}}
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this was the issue

Comment thread cmd/pager.go Outdated
@@ -0,0 +1,13 @@
package cmd
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need this file?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nooope that was me moving too fast/added it by mistake

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants