Lines Matching refs:pargs
165 opts, pargs = getopt.getopt(args, "", ["set-property="])
197 opts, pargs = getopt.getopt(args, "en")
211 if len(pargs) != 1:
216 t = trans.Transaction(repo_uri, pkg_name=pargs[0], xport=xport, pub=pub)
227 opts, pargs = getopt.getopt(args, "en")
241 if len(pargs) != 1:
246 t = trans.Transaction(repo_uri, pkg_name=pargs[0], xport=xport, pub=pub)
263 opts, pargs = getopt.getopt(args, "At:", ["no-index", "no-catalog"])
319 opts, pargs = getopt.getopt(fargs, "b:d:s:T:", ["fmri-in-manifest",
350 if not pargs:
354 filelist = [(f, open(f)) for f in pargs]
485 opts, pargs = getopt.getopt(fargs, "d:T:")
504 if not pargs:
508 filelist = [(f, open(f)) for f in pargs]
620 opts, pargs = getopt.getopt(args, "T:", ["target="])
641 for action, err in gen_actions(pargs, timestamp_files,
673 opts, pargs = getopt.getopt(args , "uT:", ["target="])
692 for action, err in gen_actions(pargs, timestamp_files,
748 opts, pargs = getopt.getopt(sys.argv[1:], "s:D:?", ["help", "debug="])
775 if pargs:
776 subcommand = pargs.pop(0)
794 ret = trans_create_repository(repo_uri, pargs)
796 ret = trans_open(repo_uri, pargs)
798 ret = trans_append(repo_uri, pargs)
800 ret = trans_close(repo_uri, pargs)
802 ret = trans_add(repo_uri, pargs)
804 ret = trans_import(repo_uri, pargs,
807 ret = trans_include(repo_uri, pargs)
809 ret = trans_publish(repo_uri, pargs)
811 ret = trans_generate(pargs,
814 ret = trans_refresh_index(repo_uri, pargs)