core/tsrc/tenvarguments.cif
changeset 0 7f656887cf89
equal deleted inserted replaced
-1:000000000000 0:7f656887cf89
       
     1 # tenvarguments.cif
       
     2 # 
       
     3 # Copyright (c) 2010 Accenture. All rights reserved.
       
     4 # This component and the accompanying materials are made available
       
     5 # under the terms of the "Eclipse Public License v1.0"
       
     6 # which accompanies this distribution, and is available
       
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 # 
       
     9 # Initial Contributors:
       
    10 # Accenture - Initial contribution
       
    11 #
       
    12 ==name tenvarguments
       
    13 
       
    14 ==short-description
       
    15 
       
    16 Test for command-line arguments that get filled in from the environment.
       
    17 
       
    18 ==argument string stringarg STRINGARG
       
    19 
       
    20 String argument.
       
    21 
       
    22 ==argument int intarg INTARG
       
    23 
       
    24 Int argument.
       
    25 
       
    26 ==argument uint uintarg UINTARG
       
    27 
       
    28 Uint argument.
       
    29 
       
    30 ==option bool b boolopt BOOLOPT
       
    31 
       
    32 Bool option.
       
    33 
       
    34 ==option string s stringopt STRINGOPT
       
    35 
       
    36 String option.
       
    37 
       
    38 ==option int i intopt INTOPT
       
    39 
       
    40 Int option.
       
    41 
       
    42 ==option uint u uintopt UINTOPT
       
    43 
       
    44 Uint option.