cli/pkg/cmd/gist
Babak K. Shandiz d129b94fc5
refactor: remove returned resp from api.EndpointNeedsScopes
The returned response from `api.EndpointNeedsScopes` causes `bodyclose`
linter to raise a false positive error, assuming it's a new response that
its body needs to be closed.

Signed-off-by: Babak K. Shandiz <babakks@github.com>
2025-11-03 20:05:24 +00:00
..
clone Remove IsTenancy and relevant tests from gists as they are unsupported 2024-10-15 12:41:23 -07:00
create refactor: remove returned resp from api.EndpointNeedsScopes 2025-11-03 20:05:24 +00:00
delete Fix StatusJSONResponse usage (#10810) 2025-05-01 20:22:43 +01:00
edit test(gist/edit): add tests for single file edit and interactive multi-file selection 2025-10-30 18:50:49 +01:00
list refactor: use strings.FieldsFuncSeq to reduce memory allocations 2025-09-24 23:11:17 +08:00
rename Update usage to lower-kebab-case 2025-02-14 22:12:22 +05:00
shared test(gist): add tests for GetRawGistFile function 2025-09-19 05:01:16 +02:00
view test(gist): add tests for handling truncated files in view command 2025-09-20 06:55:38 +02:00
gist.go Refactor filtering into existing gist list 2024-10-12 23:17:55 -07:00