IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 8, 2021, 3:37:04 PM (5 years ago)
Author:
eugene
Message:

merge changes from tags/ipp-ps1-20210510: fix -all syntax in ippTools

Location:
trunk/ippTools
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools

  • trunk/ippTools/src

  • trunk/ippTools/src/warptoolConfig.c

    r41599 r41654  
    109109    psMetadataAddBool(definebyqueryArgs, PS_LIST_TAIL, "-simple",  0,            "use the simple output format", false);
    110110    psMetadataAddBool(definebyqueryArgs, PS_LIST_TAIL, "-pretend",  0,            "do not actually modify the database", false);
     111    psMetadataAddBool(definebyqueryArgs, PS_LIST_TAIL, "-all",  0,            "allow everything to be queued without search terms", false);
    111112
    112113    // -definerun
     
    203204    psMetadataAddU64(towarpedArgs, PS_LIST_TAIL, "-limit",  0,            "limit result set to N items", 0);
    204205    psMetadataAddBool(towarpedArgs, PS_LIST_TAIL, "-simple",  0,            "use the simple output format", false);
     206    psMetadataAddBool(towarpedArgs, PS_LIST_TAIL, "-all",  0,            "allow everything to be queued without search terms", false);
    205207
    206208    // -addwarped
     
    284286    psMetadataAddStr(listrunArgs, PS_LIST_TAIL,  "-data_group",  PS_META_DUPLICATE_OK, "search by warpRun data_group", NULL);
    285287    psMetadataAddStr(listrunArgs, PS_LIST_TAIL,  "-dist_group",  PS_META_DUPLICATE_OK, "search by warpRun dist_group", NULL);
     288
    286289    // add magic related arguments
    287290    pxmagicAddArguments(listrunArgs);
     
    360363    psMetadataAddBool(pendingcleanuprunArgs, PS_LIST_TAIL, "-simple",  0,            "use the simple output format", false);
    361364    psMetadataAddU64(pendingcleanuprunArgs, PS_LIST_TAIL, "-limit",  0,            "limit result set to N items", 0);
     365    psMetadataAddBool(pendingcleanuprunArgs, PS_LIST_TAIL, "-all",  0,             "search without arguments", false);
    362366
    363367    // -pendingcleanupskyfile
     
    435439    psMetadataAddU64(runstateArgs, PS_LIST_TAIL, "-limit",  0,            "limit result set to N items", 0);
    436440    psMetadataAddBool(runstateArgs, PS_LIST_TAIL, "-simple",  0,          "use the simple output format", false);
     441//    psMetadataAddBool(runstateArgs, PS_LIST_TAIL, "-all",  0,            "allow everything to be queued without search terms", false);
    437442
    438443    // -setskyfiletoupdate
Note: See TracChangeset for help on using the changeset viewer.