< :前の番号
^ :番号順リスト
> :次の番号
P :前の記事
N :次の記事(スレッド移動)
|<:スレッドの先頭
>|:次のスレッド
^ :返事先
_:自分への返事
>:同じ返事先を持つ記事(前)
<:同じ返事先を持つ記事(後)
---:分割してスレッド表示、再表示
| :分割して(縦)スレッド表示、再表示
~ :スレッドのフレーム消去
.:インデックス
..:インデックスのインデックス
On Wed, Nov 21, 2012 at 5:16 PM, Zachary Scott <zachary / zacharyscott.net> wrote:
> optparse is used by many programs, including other stdlib gems.
>
> In my opinion, it would be best to keep backwards compatibility.
>
> Why create a new gem, instead of improving the current standard library?
I agree. Can we identify where optparse isn't optimal and tweak it?
We already have two argument parsing library in stdlib (getoptlong and
optparse).