Paul Hinze 7f56168959
Work around a few global flag collisions for ssh command
* `vagrant ssh` has a --no-tty flag colliding with the one defined in
   `bin/vagrant` - in fact none of the flags in `bin/vagrant` are
   processed in `serve` mode, so remove the code that captures them from
   the CommandInfo OptionParser dance
 * `vagrant ssh` has a `--plain` flag colliding with the one defined in
   `internal/cli/base.go` - this flag was inherited from Waypoint, so we
   can just rename it to line up with the (inversely defined) `--color`
   flag used in legacy vagrant
2022-04-25 12:26:48 -05:00
..
2022-04-25 12:26:02 -05:00
2022-04-25 12:26:44 -05:00
2016-05-29 01:06:51 -04:00
2022-04-25 12:23:54 -05:00
2016-05-29 01:06:51 -04:00
2016-05-29 01:06:51 -04:00
2021-09-15 02:20:26 +09:00
2018-01-16 14:16:49 -08:00