VirtualBox

Changeset 17143 in vbox for trunk/src/VBox/Runtime/common


Ignore:
Timestamp:
Feb 25, 2009 5:14:37 PM (16 years ago)
Author:
vboxsync
Message:

IPRT: Updated the RTGetOpt todos.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/misc/getopt.cpp

    r17141 r17143  
    6262    }
    6363
     64    /** @todo Add an flag for sorting the arguments so that all the options comes
     65     *        first. */
    6466    return VINF_SUCCESS;
    6567}
     
    134136    pValueUnion->pDef = NULL;
    135137
     138    /** @todo Handle '--' (end of options).*/
     139    /** @todo Add a flag to RTGetOptInit for handling the various help options in
     140     *        a common way. (-?,-h,-help,--help,++) */
     141    /** @todo Add a flag to RTGetOptInit for handling the standard version options
     142     *        in a common way. (-V,--version) */
     143
    136144    /*
    137145     * The next option.
     
    185193            fShort = false;
    186194    }
    187 
    188 
    189     /** @todo Handle '--' and possibly implement an RTGetOptInit that lets us
    190      *        optionally sort the stuff and set other policeis sorts the result.  */
    191     /** @todo Implement short form short option like in:
    192      *                  ls -latr .
    193      *                  tar -xzvf foobar.tar.gz
    194      */
    195195
    196196    if (pOpt)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette