VirtualBox

儲存庫 vbox 的更動 17143


忽略:
時間撮記:
2009-2-25 下午05:14:37 (16 年 以前)
作者:
vboxsync
訊息:

IPRT: Updated the RTGetOpt todos.

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • 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)
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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