parse the command line コマンド行を構文解析する - 研究社 英和コンピューター用語辞典
is used to parse a command line; see for example the -o option of mount (8).)
例えば、mount (8) の -o オプションを見るとよい。 - JM
The specified table is used to parse the command line. .LP指定されたテーブルはコマンド行の展開に使われる。 - XFree86
Parse and execute single line of a readline init file.
readline 初期化ファイルの行を一行解釈して実行します。 - Python
For brevity, we will frequently refer to encountering an option on the command line; in reality, optparse encounters option strings and looks up options from them.Once all of your options are defined, instruct optparse to parse yourprogram's command line: オプションを全て定義したら、optparse にコマンドラインを解析するように指示します: - Python
Now let's make up a fake command line and ask optparse to parse it:
のように指定しておき、偽のコマンドラインを作成して optparse に解析させてみましょう: - Python
Tip: You can easily check for parse errors in a file using the PHP command line interface and the -l (lowercase L) option.
ティップパースエラーをチェックするのは簡単です。 PHP のコマンドラインインターフェイスで-l (小文字の L) オプションを使用しましょう。 - PEAR
Parse errors will raiseNetrcParseError with diagnostic information including the file name, line number, and terminating token. 解析エラーが発生した場合、ファイル名、行番号、解析を中断したトークンに関する情報の入った NetrcParseError を送出します。 - Python
Also, there's no explicit action, since the default isstore.Let's parse another fake command-line.
また、デフォルトのアクションは store なので、ここでは action を明示的に指定していません。 架空のコマンドラインをもう一つ解析してみましょう。 - Python
The XtDisplayInitializefunction builds the resource database, calls the Xlib XrmParseCommandfunction to parse the command line, and performs other per display initialization.After XrmParseCommand has been called, argc and argv contain only those parameters that were not in the standard option table or in the table specified by the options argument. XrmParseCommand が呼ばれた後、argc と argv は標準のオプションテーブルにないパラメータや、 options 引数によって指定されたテーブルにもないパラメータだけを含むことになる。 - XFree86
optparse is a more convenient, flexible, and powerful library for parsing command-line options than getopt. optparse uses a moredeclarative style of command-line parsing: you create an instance of OptionParser, populate it with options, and parse the command line. optparse モジュールは、getopt よりも簡便で、柔軟性に富み、かつ強力なコマンドライン解析ライブラリです。 optparse では、より明快なスタイルのコマンドライン解析手法、すなわちOptionParser のインスタンスを作成してオプションを追加してゆき、そのインスタンスでコマンドラインを解析するという手法をとっています。 - Python
Repeatedly issue a prompt, accept input, parse an initial prefix off the received input, and dispatch to action methods, passing them the remainder of the line as argument.The optional argument is a banner or intro string to be issued before the first prompt (this overrides the intro class member).If the プロンプトを繰り返し出し、入力を受け取り、受け取った入力から取り去った先頭の語を解析し、その行の残りを引数としてアクションメソッドへディスパッチします。 オプションの引数は、最初のプロンプトの前に表示されるバナーあるいは紹介用の文字列です(これはクラスメンバintroをオーバーライドします)。 - Python
Copyright 2001-2004 Python Software Foundation.All rights reserved. Copyright 2000 BeOpen.com.All rights reserved. Copyright 1995-2000 Corporation for National Research Initiatives.All rights reserved. Copyright 1991-1995 Stichting Mathematisch Centrum.All rights reserved.
Copyright (c) 2001 Robert Kiesling. Copyright (c) 2002, 2003 David Merrill. The contents of this document are licensed under the GNU Free Documentation License. Copyright (C) 1999 JM Project All rights reserved.