Changes between Version 2 and Version 3 of AdvParseArgsPlugin


Ignore:
Timestamp:
Nov 14, 2008, 3:45:38 PM (15 years ago)
Author:
Martin Scharrer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AdvParseArgsPlugin

    v2 v3  
    1010 `args`:: The argument string; 'content' in `expand_macro.
    1111 `strict`:: Enables strict checking of keys.
    12  `multi`:: Enables folding of muliple given keys into list.
     12 `multi`:: Enables folding of muliple given keys into list.[[BR]]
     13           If set to `True`, values of multiple given keys will be returned
     14           as list, but single given keys will return a scalar.[[BR]]
     15           If set to a list, only the values of the listed keys will be
     16           returned as list, but always as list even when there is only one
     17           value.[[BR]]
     18           If this list contains `'*'`, __all__ values are __always__
     19           returned as list.
    1320 `listonly`:: If true only a list is returned, no directionary.
    1421 `minlen`:: Extend returned list to given minimum length. Only used when