2009-09-03

Exerb Command reference for Ruby translated from Japanese by Google and tidied by me

Exerb Project 4.20

Welcome to "Command Reference

Command Reference

Contents

  1. Overview
  2. command exerb
    1. Parameters
    2. Options
  3. command mkexy
    1. Parameters
    2. Options

1. Overview

Exerb to include two single command. Exerb command to generate an executable file to generate a recipe file mkexy command.

2. Exerb command

Ruby script file, or specify a recipe file to generate an executable file.

exerb [option] (Ruby script file | files) recipe

1. Parameter

Ruby script to specify a file name or recipe. Can not specify multiple file names. The file name extension "rb" as if the Ruby script file, otherwise it is treated as a recipe file.

Ruby script file is specified, Ruby will generate an executable file that contains only the script. Ruby single software consists of a simple script that will be used to convert the executable.

Recipe file is specified, the executable file is generated according to the information contained in the recipe. Multiple Ruby script, a software library that consists of extended and used to convert the executable. File formats Recipes Reference, please refer to the recipe.

2. Options

You can specify the following options. If the same item at the specified recipe file and command options, command option will take precedence.

Options
Description

-c
-- corename
Specifies the name defined in the core. If -C option is specified at the same time,-C is the preferred option.

-C
-- corefile
Specifies the core file path.  -c option is specified at the same time,-C is the preferred option.

-o
-- outfile
Specifies the output file name.

-k
-- kcode
Specifies the character code. none, euc, sjis, utf8 Please specify one of them.

-a -a
--archive
Generates only archive. Executable file is not generated.

-v -v
-- verbose
Redundant information to display.

-e -e
-- execute
Run the executable file generated.

-i
-- config
Displays various settings.

-V
-- version
Displays version information.

-h
-- help
Displays the help message.

3. Mkexy command

Ruby is running the script automatically generates a recipe file. Please start one of the following ways.

mkexy [option] Ruby Script File Parameters

ruby-r exerb / mkexy [option] Ruby Script File Parameters

1. Parameter

"Ruby script file" in the recipe file is generated for the specified Ruby script. Ruby is running the specified script file is generated at the end of recipes.

"Parameters" in the recipe file to be created to specify the arguments passed to the Ruby script.

2. Options

Will ruby option to accept commands.

Copyright (C) 2001-2006 All rights reserved.

No comments: