cli/cmd/ghcs
Issy Long 5af1cccb73 cmd/ghcs/delete: When matching repos to delete, standardize casing
- It was possible to delete Codespaces for repo `SomePerson/foo` but not
  `someperson/foo`, despite the fact that the GitHub APIs don't actually
  care about casing - `SomePerson` and `someperson` is the same account.
- This fixes that by lowercasing both the user-provided repo name, and
  the repository that is attached to the Codespace for a match.
- Fixes #76.
2021-08-18 18:11:11 +01:00
..
output Add machine-readable output functionality to ports command 2021-08-12 14:35:49 +02:00
code.go Merge remote-tracking branch 'origin' into docs 2021-08-17 14:42:09 +02:00
create.go Merge remote-tracking branch 'origin' into docs 2021-08-17 14:42:09 +02:00
delete.go cmd/ghcs/delete: When matching repos to delete, standardize casing 2021-08-18 18:11:11 +01:00
list.go Merge remote-tracking branch 'origin' into docs 2021-08-17 14:42:09 +02:00
logs.go Merge remote-tracking branch 'origin' into docs 2021-08-17 14:42:09 +02:00
main.go Do not require GITHUB_TOKEN for merely viewing command help 2021-08-16 23:19:20 +02:00
ports.go rename var 2021-08-17 13:07:40 +00:00
ssh.go Merge remote-tracking branch 'origin' into docs 2021-08-17 14:42:09 +02:00