cli/pkg/cmd/root
Andrew Feller a55f50b115 Remove Extension.FullName() from interface
- this was something I did in the original implementation of this improved extension update notification logic
- discovering other parts of the extension manager code that were working with non-prefixed extension names motivated a different approach
- the extension manager code that requires the extension be prefixed has been enhanced to use the centralized ensurePrefixed() logic, making the need for this on the extension unnecessary
2024-12-08 20:01:26 -05:00
..
alias.go Fix error handling for extension and shell alias commands (#7567) 2023-06-20 08:41:02 +09:00
alias_test.go Allow creating of nested aliases (#7457) 2023-05-25 09:46:45 +09:00
extension.go Enhance extension manager and tests 2024-12-08 19:40:24 -05:00
extension_test.go Remove Extension.FullName() from interface 2024-12-08 20:01:26 -05:00
help.go Fix pr checks exit code (#9452) 2024-08-16 14:30:11 -07:00
help_reference.go update generated content for man pages and website 2024-05-17 09:30:53 -04:00
help_test.go Offer different editor modes during release create 2020-08-25 20:20:44 +02:00
help_topic.go Adjust environment help for host and tokens (#9809) 2024-10-24 17:54:27 +02:00
help_topic_test.go Introduce helpTopics type and reduce duplication across commands (#7414) 2023-05-11 14:59:12 +02:00
root.go Refactor extension command testing 2024-11-17 21:59:06 -05:00