儲存庫 vbox 的更動 17143
- 時間撮記:
- 2009-2-25 下午05:14:37 (16 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Runtime/common/misc/getopt.cpp
r17141 r17143 62 62 } 63 63 64 /** @todo Add an flag for sorting the arguments so that all the options comes 65 * first. */ 64 66 return VINF_SUCCESS; 65 67 } … … 134 136 pValueUnion->pDef = NULL; 135 137 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 136 144 /* 137 145 * The next option. … … 185 193 fShort = false; 186 194 } 187 188 189 /** @todo Handle '--' and possibly implement an RTGetOptInit that lets us190 * 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.gz194 */195 195 196 196 if (pOpt)
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器