cli/pkg/cmd/repo/create
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
..
fixtures Create repositories from templates in interactive mode (#7769) 2023-10-12 17:53:05 +02:00
create.go Unify use of tab indent in non-test source files 2024-08-03 00:35:30 +08:00
create_test.go Move config interfaces into gh package (#9060) 2024-05-10 10:39:36 +02:00
http.go update(repo create): Support for --homepage flag for template-based repository creation flow (#8188) 2023-10-17 09:01:32 +02:00
http_test.go update(repo create): Support for --homepage flag for template-based repository creation flow (#8188) 2023-10-17 09:01:32 +02:00