Provided by: zeroc-ice-compilers_3.7.0-5ubuntu0.2_amd64 

NAME
slice2js - The Slice to JavaScript compiler.
SYNOPSIS
slice2js [options] [files]
DESCRIPTION
slice2js compiles Slice files to JavaScript. The macro __SLICE2JS__ is defined during this compilation.
Full documentation for slice2js is available online at:
https://doc.zeroc.com/display/Ice37/slice2js+Command-Line+Options
OPTIONS
-h, --help
Displays help message.
-v, --version
Displays the compiler version.
-DNAME
Defines the preprocessor symbol NAME.
-DNAME=DEF
Defines the preprocessor symbol NAME with the value DEF.
-UNAME
Undefines the preprocessor symbol NAME.
-IDIR
Add the directory DIR to the search path for #include directives.
-E
Print the preprocessor output on stdout.
--output-dir DIR
Place the generated files into directory DIR.
-d, --debug
Print debug information showing the operation of the Slice parser.
--depend
Print dependency information to standard output by default, or to the file specified by the
--depend-file option. No code is generated when this option is specified.
--depend-xml
Print dependency information in XML format to standard output by default, or to the file specified
by the --depend-file option. No code is generated when this option is specified.
--depend-file FILE
Directs dependency information to the specified file. The output format depends on whether
--depend or --depend-xml is also specified.
--validate
Checks the provided command-line options for correctness, and does not generate any code.
--stdout
Print generated code to standard output.
--depend-json
Print dependency information in JSON format to standard output by default, or to the file
specified by the --depend-file option. No code is generated when this option is specified.
SEE ALSO
slice2cpp(1), slice2cs(1), slice2html(1), slice2java(1), slice2php(1), slice2py(1), slice2rb(1)
slice2js(1)