Revision f6eb380d lib/cli.py

b/lib/cli.py
168 168
  "TAG_ADD_OPT",
169 169
  "TAG_SRC_OPT",
170 170
  "TIMEOUT_OPT",
171
  "TO_GROUP_OPT",
171 172
  "UIDPOOL_OPT",
172 173
  "USEUNITS_OPT",
173 174
  "USE_REPL_NET_OPT",
......
1228 1229
                                action="store_true", default=False,
1229 1230
                                help="Pause instance at startup")
1230 1231

  
1232
TO_GROUP_OPT = cli_option("--to", dest="to", metavar="<group>",
1233
                          help="Destination node group (name or uuid)",
1234
                          default=None, action="append",
1235
                          completion_suggest=OPT_COMPL_ONE_NODEGROUP)
1236

  
1231 1237

  
1232 1238
#: Options provided by all commands
1233 1239
COMMON_OPTS = [DEBUG_OPT]

Also available in: Unified diff