cli/cmd/ghcs
Issy Long c092a29350 cmd/ghcs/ssh: Add -c parameter for specifying a Codespace to SSH to
- This adds a `-c`, `--codespace` parameter to `ghcs ssh` to allow for
  non-interactively specifying a Codespace to SSH into, for instance if
  a user has recently done `ghcs list` and already knows which Codespace
  they want to access. Without a value for the `-c` parameter, the
  interactive prompt appears as usual.
2021-07-26 14:58:48 +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 Merge branch 'main' into feat/richer-delete 2021-07-22 09:55:20 -04:00
list.go cmd/ghcs/*.go: Better short descriptions of what commands do 2021-07-22 11:07:23 +01:00
main.go config: bump to 0.7.1 2021-07-22 10:33:00 -04:00
ports.go cmd/ghcs/*.go: Better short descriptions of what commands do 2021-07-22 11:07:23 +01:00
ssh.go cmd/ghcs/ssh: Add -c parameter for specifying a Codespace to SSH to 2021-07-26 14:58:48 +01:00