Command-line interface libraries
********************************

The modules described in this chapter assist with implementing command
line and terminal interfaces for applications.

Here's an overview:

* "argparse" --- Parser for command-line options, arguments and
  subcommands

* "optparse" --- Parser for command line options

* "getpass" --- 可搬性のあるパスワード入力機構

* "fileinput" --- 複数の入力ストリームをまたいだ行を反復する

* "curses" --- 文字セル表示のターミナル処理

* "curses.textpad" --- curses プログラムのためのテキスト入力ウィジェッ
  ト

* "curses.ascii" --- ASCII 文字のユーティリティー

* "curses.panel" --- curses のためのパネルスタック拡張

* "cmd" --- 行指向のコマンドインタープリターのサポート
