cli/cmd/ghcs
Issy Long 4362b0b241 cmd/ghcs/delete: Display the interactive menu when there are no args
- Currently the flow to delete a single Codespace is `gh cs list`, copy
  and paste the Codespace name onto the end of `gh cs delete`.
- This improves consistency with other commands by letting the user
  choose which Codespace they want to delete, interactively. A Codespace
  name on the command-line still works too.
2021-08-05 15:00:18 +01:00
..
code.go cmd/ghcs/*.go: Better short descriptions of what commands do 2021-07-22 11:07:23 +01:00
create.go Merge branch 'main' into feat/promptless-create 2021-07-22 10:09:21 -04:00
delete.go cmd/ghcs/delete: Display the interactive menu when there are no args 2021-08-05 15:00:18 +01:00
list.go cmd/ghcs/*.go: Better short descriptions of what commands do 2021-07-22 11:07:23 +01:00
logs.go creation log support for cat and tail 2021-07-29 17:09:50 +00:00
main.go Provide version number at build time 2021-07-26 17:07:42 +02:00
ports.go liveshare client upgrade 2021-07-28 08:33:06 -04:00
ssh.go Re-introduce secrets export 2021-08-04 13:19:00 +00:00