Parent Directory | Revision Log
Add output to file option.
1 | tool_details_start |
2 | name "cURL"; |
3 | command_is "curl"; |
4 | version CURL_VERSION; |
5 | wimpslot 2048k; |
6 | tool_details_end |
7 | |
8 | metaoptions_start |
9 | has_auto_save "Download" from icn 10; |
10 | has_text_window; |
11 | metaoptions_end |
12 | |
13 | fileoutput_start |
14 | output_option_is "-o"; |
15 | output_dft_is produces_no_output; |
16 | fileoutput_end |
17 | |
18 | dbox_start |
19 | |
20 | icons_start |
21 | icn 3 maps_to string; |
22 | icn 4 maps_to "-i"; |
23 | icn 5 maps_to "-L"; |
24 | icn 6 maps_to "-v"; |
25 | icn 7 maps_to "-I"; |
26 | icn 9 maps_to produces_output; |
27 | icons_end |
28 | |
29 | defaults |
30 | icn 3 "http://", |
31 | icn 4 off, |
32 | icn 5 off, |
33 | icn 6 off, |
34 | icn 7 off, |
35 | icn 9 off; |
36 | |
37 | dbox_end |
38 | |
39 | order_is |
40 | icn 4, icn 5, icn 6, icn 7, icn 9, output, icn 3; |
ViewVC Help | |
Powered by ViewVC 1.1.26 |