lib/cloudstack-cli/commands/network.rb in cloudstack-cli-0.3.1 vs lib/cloudstack-cli/commands/network.rb in cloudstack-cli-0.3.2
- old
+ new
@@ -1,11 +1,6 @@
class Network < CloudstackCli::Base
- desc "create NAME", "create network"
- def create(name)
- # TODO
- end
-
desc "default", "get the default network"
option :zone
def default
network = client.get_default_network(options[:zone])
unless network
\ No newline at end of file