File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ Please remember to run `make generate-docs` after your changes to keep the comma
5353
5454Below is a typical structure of a CLI command:
5555
56- https://github.com/stackitcloud/stackit-cli/blob/6f762bd56407ed232080efabc4d2bf87f260b71d /.github/docs/contribution-guide/cmd.go#L23-L156
56+ https://github.com/stackitcloud/stackit-cli/blob/85ce44cd18d11169f2548d8657031b5fc6f94740 /.github/docs/contribution-guide/cmd.go#L23-L156
5757
5858Please remember to always add unit tests for ` parseInput ` , ` buildRequest ` (in ` bar_test.go ` ), and any other util functions used.
5959
@@ -83,7 +83,7 @@ If you want to add a command that uses a STACKIT service `foo` that was not yet
8383 1 . This is done in ` internal/pkg/services/foo/client/client.go `
8484 2 . Below is an example of a typical ` client.go ` file structure:
8585
86- https://github.com/stackitcloud/stackit-cli/blob/6f762bd56407ed232080efabc4d2bf87f260b71d /.github/docs/contribution-guide/client.go#L12-L35
86+ https://github.com/stackitcloud/stackit-cli/blob/85ce44cd18d11169f2548d8657031b5fc6f94740 /.github/docs/contribution-guide/client.go#L12-L35
8787
8888### Local development
8989
You can’t perform that action at this time.
0 commit comments