Synchronet v3.19b-Win32 (install) has been released (Jan-2022).

You can donate to the Synchronet project using PayPal.

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
module:exportcfg [2019/01/18 17:00] – [Filtering] typo digital manmodule:exportcfg [2019/01/19 20:31] – [Syntax] Updated usage help output digital man
Line 10: Line 10:
 <code> <code>
 usage: exportcfg.js <cfg-type> usage: exportcfg.js <cfg-type>
- [[-grp=<msg_area.grp.name | file_area.lib.name | xtrn_area.sec.code>] [...]] +        [[-grp=<msg_area.grp.name | file_area.lib.name | xtrn_area.sec.code>] [...]] 
- [-<option>[=<value>] [...]] +        [[-inc=<internal_code> | -exc=<internal_code>] [...]] 
- [[[property][=<printf-format> [-upper | -lower | -under]] [...]]+        [-<option>[=<value>] [...]] 
 +        [[[property][=<printf-format> [-upper | -lower | -under]] [...]]
         [[-ex=<property>] [...]]         [[-ex=<property>] [...]]
  
 cfg-types (choose one): cfg-types (choose one):
- msg-grps +        msg-grps 
- msg-subs +        msg-subs 
- file-libs +        file-libs 
- file-dirs +        file-dirs 
- xtrn-secs +        xtrn-secs 
- xtrn-progs +        xtrn-progs 
- xtrn-events +        xtrn-events 
- xtrn-editors+        xtrn-editors
  
 options: options:
- <option>     <default> +        <option>     <default> 
- -hdr         =false +        -hdr         =false 
- -ini         =false +        -ini         =false 
- -delim       ="\u0009" +        -delim       ="\u0009" 
- -term        ="" +        -term        ="" 
- -quote       =false +        -quote       =false 
- -strip       =false +        -strip       =false 
- -ascii       =false +        -ascii       =false 
- -quiet       =false +        -quiet       =false 
- -sort        =false +        -sort        =false 
- -json        =false +        -json        =false 
- (tip: use -json=4 for pretty JSON output) +        (tip: use -json=4 for pretty JSON output) 
- (tip: use -ini='\t%s = %s\n' for pretty .ini output)+        (tip: use -ini='\t%s = %s\n' for pretty .ini output)
  
 per-property options: per-property options:
- <option>     <default> +        <option>     <default> 
- -upper       =false +        -upper       =false 
- -lower       =false +        -lower       =false 
- -under       =false+        -under       =false
 </code> </code>