cli/pkg/cmd/api
Mislav Marohnić 436d9ef859
Fix "missing method Fd" crash on Windows (#6200)
This ensures that `IOStreams.Out` always keeps the original `Fd()` value even if it's wrapped as a Colorable stream for Windows in cases when enabling virtual terminal processing has failed.
2022-09-06 17:29:06 +02:00
..
api.go Fix "missing method Fd" crash on Windows (#6200) 2022-09-06 17:29:06 +02:00
api_test.go Integrate latest go-gh packages (#6084) 2022-08-18 09:04:13 +03:00
http.go Rename the module to "github.com/cli/cli/v2" 2021-08-25 12:41:30 +02:00
http_test.go Replace ioutil with io and os (#5498) 2022-04-26 13:07:44 +02:00
pagination.go Correct benign mistake in off-by-one guard 2021-08-19 14:41:04 +01:00
pagination_test.go Automatically add per_page=100 to paginated REST requests 2020-06-23 18:42:57 +02:00