1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/api/client/network
Vincent Demeester 4bd202b00f
Migrate network command to cobra
- Migrates network command and subcommands (connect, create, disconnect,
  inspect, list and remove) to spf13/cobra
- Create a RequiredExactArgs helper function for command that require an
  exact number of arguments.

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2016-06-06 10:28:52 +02:00
..
cmd.go Migrate network command to cobra 2016-06-06 10:28:52 +02:00
connect.go Migrate network command to cobra 2016-06-06 10:28:52 +02:00
create.go Migrate network command to cobra 2016-06-06 10:28:52 +02:00
disconnect.go Migrate network command to cobra 2016-06-06 10:28:52 +02:00
inspect.go Migrate network command to cobra 2016-06-06 10:28:52 +02:00
list.go Migrate network command to cobra 2016-06-06 10:28:52 +02:00
remove.go Migrate network command to cobra 2016-06-06 10:28:52 +02:00