File: mruby.1

package info (click to toggle)
mruby 1.2.0%2B20161228%2Bgit30d5424a-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,792 kB
  • ctags: 4,125
  • sloc: ansic: 29,570; ruby: 13,100; yacc: 5,883; sh: 16; makefile: 12
file content (39 lines) | stat: -rw-r--r-- 707 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
.TH "MRUBY" 1 "2013-02-09" "MRUBY" "MRUBY"

.SH NAME
mruby \- Lightweight implementation of the Ruby language

.SH SYNOPSIS
.B mruby
[ potions ] programfile

.SH DESCRIPTION
This manual page documents briefly the \fBmruby\fP.

.PP
.SH OPTIONS
.TP
.B \-b
Load and execute RiteBinary (mrb) file
.TP
.B \-c
Check check syntax input programfile.
.TP
.B \-e 'command'
one line of script
.TP
.B \-v
Print version number, then trun on verbose mode.
.TP
.B \-\-verbose
Run in verbose mode.
.TP
.B \-\-version
Print the version.
.TP
.B \-\-copyright
Print the copyright.

.SH AUTHOR
This manual page was written by Nobuhiro Iwamatsu <iwamatsu@debian.org>
for the Debian GNU/Linux system (but may be used by others).