2001-04-30 13:38:21 -04:00
|
|
|
#
|
|
|
|
# irb/lc/help-message.rb -
|
2002-07-09 07:17:17 -04:00
|
|
|
# $Release Version: 0.9$
|
2001-04-30 13:38:21 -04:00
|
|
|
# $Revision$
|
|
|
|
# $Date$
|
|
|
|
# by Keiju ISHITSUKA(keiju@ishitsuka.com)
|
|
|
|
#
|
|
|
|
# --
|
|
|
|
#
|
|
|
|
#
|
|
|
|
#
|
|
|
|
Usage: irb.rb [options] [programfile] [arguments]
|
2003-02-07 14:00:21 -05:00
|
|
|
-f Suppress read of ~/.irbrc
|
|
|
|
-m Bc mode (load mathn, fraction or matrix are available)
|
|
|
|
-d Set $DEBUG to true (same as `ruby -d')
|
|
|
|
-r load-module Same as `ruby -r'
|
|
|
|
--inspect Use `inspect' for output (default except for bc mode)
|
|
|
|
--noinspect Don't use inspect for output
|
|
|
|
--readline Use Readline extension module
|
|
|
|
--noreadline Don't use Readline extension module
|
2001-04-30 13:38:21 -04:00
|
|
|
--prompt prompt-mode
|
|
|
|
--prompt-mode prompt-mode
|
2003-02-07 14:00:21 -05:00
|
|
|
Switch prompt mode. Pre-defined prompt modes are
|
2001-06-01 11:26:47 -04:00
|
|
|
`default', `simple', `xmp' and `inf-ruby'
|
2003-02-07 14:00:21 -05:00
|
|
|
--inf-ruby-mode Use prompt appropriate for inf-ruby-mode on emacs.
|
2001-04-30 13:38:21 -04:00
|
|
|
Suppresses --readline.
|
2003-02-07 14:00:21 -05:00
|
|
|
--simple-prompt Simple prompt mode
|
|
|
|
--noprompt No prompt mode
|
|
|
|
--tracer Display trace for each execution of commands.
|
2001-04-30 13:38:21 -04:00
|
|
|
--back-trace-limit n
|
2003-02-07 14:00:21 -05:00
|
|
|
Display backtrace top n and tail n. The default
|
2001-04-30 13:38:21 -04:00
|
|
|
value is 16.
|
2003-02-07 14:00:21 -05:00
|
|
|
--irb_debug n Set internal debug level to n (not for popular use)
|
|
|
|
-v, --version Print the version of irb
|