cli/pkg/cmd/root
Yukai Chou d7b8ecf33d Unify use of tab indent in non-test source files
Found with
    rg '(^ | \t|\t )' -g '*.go' -g '!*_test.go'

Mixed indent exceptions:
- wrapped long list items with extra 2-space indent
- code snippets using space indent
- commented code lines having "\t*// \t+" prefix
2024-08-03 00:35:30 +08: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 Fix error handling for extension and shell alias commands (#7567) 2023-06-20 08:41:02 +09:00
help.go update generated content for man pages and website 2024-05-17 09:30:53 -04: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 Unify use of tab indent in non-test source files 2024-08-03 00:35:30 +08:00
help_topic_test.go Introduce helpTopics type and reduce duplication across commands (#7414) 2023-05-11 14:59:12 +02:00
root.go gh-attestation cmd integration (#8698) 2024-04-01 11:13:47 -06:00