Lines Matching refs:options

76         import pkg.client.options as options
408 logger.error(_("Private subcommand usage, options "
434 pkg [options] command [cmd_options] [operands]
453 Usage: pkg [options] command [cmd_options] [operands]"""))
2884 usage(_("action level options ('{0}') to -o "
2955 usage(_("action level options "
3645 # to switch to a different tracker due to the options parse.
3891 # ensure no options are passed in
3913 # ensure no options are passed in
3935 # ensure no options are passed in
3984 # ensure no options are passed in
4246 """"Parse linked image property options that were specified on the
5093 # Mapping of the internal option name to short and long CLI options.
5129 # These options are used for explicit recursion into linked children.
5182 # These options are used in set-mediator and unset-mediator but
5183 # the long options are only valid in set_mediator (as per the previous
5184 # implementation). However, the long options are not documented in the
5303 # some options.
5309 # modules/client/options.py. They contain all the options for functions which
5310 # are not represented in options.py but go through common option processing.
5315 options.opts_cb_fd("ctlfd", api_inst, opts, opts_new)
5316 options.opts_cb_fd("progfd", api_inst, opts, opts_new)
5335 options.opts_table_no_headers + \
5356 options.opts_table_no_headers + \
5362 options.opts_table_beopts + \
5363 options.opts_table_no_index + \
5364 options.opts_table_nqv + \
5365 options.opts_table_parsable + \
5530 # Get the available options for the requested operation to create the
5532 valid_opts = options.get_pkg_opts(subcommand, add_table=cmd_opts)
5534 # if there are no options for an op, it has its own processing
5543 # options and values.
5551 opts = options.opts_assemble(subcommand, api_inst, opt_dict,
5558 # options and create a new exception to make sure the messages
5561 # Convert the internal options to CLI options. We make sure that
5585 for o in e.options:
5589 opt_def.append(options.get_pkg_opts_defaults(subcommand,
5601 # for all cases where the default value of one of the options is
5608 # This new exception will have the CLI options, so can be passed
5611 options=cli_opts, msg=e.msg, valid_args=e.valid_args)
5616 # to switch to a different tracker due to the options parse.