Differences
This shows you the differences between the selected revisions of the page.
2016-07-22 | 2016-09-05 | ||
not beta (martin) | explicitly specifying -config flag (martin) | ||
Line 54: | Line 54: | ||
<code> | <code> | ||
- | @option <name> [-config|-run] <type> "<caption>" <default> <additional ...> | + | @option <name> -config|-run <type> "<caption>" <default> <additional ...> |
</code> | </code> | ||
Line 87: | Line 87: | ||
<code powershell> | <code powershell> | ||
- | # @option - label "Example extension options" | + | # @option - -config label "Example extension options" |
- | # @option - link https://winscp.net/eng/docs/extension#options | + | # @option - -config link https://winscp.net/eng/docs/extension#options |
- | # @option Mask textbox "&File mask" "*.txt; *.html" | + | # @option Mask -config textbox "&File mask" "*.txt; *.html" |
- | # @option SearchType dropdownlist "Search for:" -files -files="Files" -dirs="Directories" -both="Files and Directories" | + | # @option SearchType -config dropdownlist "Search for:" -files -files="Files" -dirs="Directories" -both="Files and Directories" |
- | # @option LogFile file "&Log File:" "%APPDATA%\mylog.log" | + | # @option LogFile -config file "&Log File:" "%APPDATA%\mylog.log" |
- | # @option Pause checkbox "&Pause at the end" -pause -pause | + | # @option Pause -config checkbox "&Pause at the end" -pause -pause |
</code> | </code> | ||