Lines Matching refs:options
56 import pkg.client.options as options
133 for entry in options.pkg_op_opts[pkg_op]:
2259 # different tracker due to the options parse.
2891 # Get the available options for the requested operation to create the
2893 valid_opts = options.get_pkg_opts(subcommand, add_table=cmd_opts)
2899 # if there are no options for an op, it has its own processing.
2916 opts = options.opts_assemble(subcommand, api_inst, opt_dict,
2921 # options and create a new exception to make sure the messages
2924 # Convert the internal options to RAD options. We make sure that
2949 for o in e.options:
2953 opt_def.append(options.get_pkg_opts_defaults(subcommand,
2965 # for all cases where the default value of one of the options is
2972 # This new exception will have the CLI options, so can be passed
2975 options=cli_opts, msg=e.msg)
3178 subcommand options.