Everything
3.4.2 Option information

Option strings specified by a command line or subcommand file are output.

The output example of the option information when they are specified by a command line or subcommand file as follows is shown below.

 

<Command line>

>rlink -subcommand=sub.txt -list -show

 

<Subcommand file "sub.txt">

form library
input extmod1
input extmod2
output usrlib.lib

 

*** Options ***
 
-subcommand=sub.txt     (1)
form library            (2)
input extmod1           (2)
input extmod2           (2)
output usrlib.lib       (2)
-list                   (1)
-show                   (1)

Number

Description

(1)

Options specified by command line

The options specified by the command line are output (in their specified order).

(2)

Options specified in subcommand file

The options specified in subcommand file "sub.txt" are output.