gaf: Fix memory leak
[geda-gaf.git] / docs / wiki / geda-gschem_ug-command_line.html
blob8f7ae5833b734fa3d0f3b205fdb5eff4f0e4820e
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html>
4 <head>
5 <link rel="stylesheet" media="screen" type="text/css" href="./style.css" />
6 <link rel="stylesheet" media="screen" type="text/css" href="./design.css" />
7 <link rel="stylesheet" media="print" type="text/css" href="./print.css" />
9 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
10 </head>
11 <body>
12 <a href=.>start</a>&nbsp;=>&nbsp;<a href=geda-gschem_ug.html>gschem_ug</a></br>
13 <div class="table sectionedit1"><table class="inline">
14 <tr class="row0">
15 <td class="col0"> &lt;&lt; <a href="geda-gschem_ug-config.html" class="wikilink1" title="geda-gschem_ug-config.html">Configuring gschem</a> </td><td class="col1"> <strong><a href="geda-gschem_ug.html" class="wikilink1" title="geda-gschem_ug.html">gEDA gschem User Guide</a></strong> </td><td class="col2"> <a href="geda-gschem_ug-stroke.html" class="wikilink1" title="geda-gschem_ug-stroke.html">Mouse gesture support</a> &gt;&gt; </td>
16 </tr>
17 </table></div>
18 <!-- EDIT1 TABLE [1-138] -->
19 <h2 id="command-linearguments">Command-line arguments</h2>
20 <div class="level2">
22 <p>
23 gschem accepts several optional arguments on the command-line. You can get a list of them by running <code>gschem -h</code>. gschem also has a manpage (<code>man gschem</code>) which lists all of the command line options that it accepts.
24 </p>
26 </div>
28 <h3 id="messageoutputanddiagnostics">Message output and diagnostics</h3>
29 <div class="level3">
30 <div class="table sectionedit2"><table class="inline">
31 <tr class="row0">
32 <td class="col0 leftalign"> <strong>-q</strong>, <strong>--quiet</strong> </td><td class="col1"> Quiet mode. Turn off all warnings/notes/messages. </td>
33 </tr>
34 <tr class="row1">
35 <td class="col0"> <strong>-v</strong>, <strong>--verbose</strong> </td><td class="col1"> Verbose mode. Output extra diagnostic information. </td>
36 </tr>
37 <tr class="row2">
38 <td class="col0 leftalign"> <strong>-h</strong>, <strong>--help</strong> </td><td class="col1"> Print a help message. </td>
39 </tr>
40 <tr class="row3">
41 <td class="col0"> <strong>-V</strong>, <strong>--version</strong> </td><td class="col1"> Print gschem version information. </td>
42 </tr>
43 </table></div>
44 <!-- EDIT2 TABLE [440-725] -->
45 </div>
47 <h3 id="schemeextensibility">Scheme extensibility</h3>
48 <div class="level3">
49 <div class="table sectionedit3"><table class="inline">
50 <tr class="row0">
51 <td class="col0 leftalign"> <strong>-L</strong> <em class="u">DIRECTORY</em> </td><td class="col1"> Prepend <em class="u">DIRECTORY</em> to the list of directories to be searched for Scheme files. </td>
52 </tr>
53 <tr class="row1">
54 <td class="col0 leftalign"> <strong>-s</strong> <em class="u">FILE</em> </td><td class="col1"> Specify a Scheme script to be executed at startup. </td>
55 </tr>
56 <tr class="row2">
57 <td class="col0 leftalign"> <strong>-c</strong> <em class="u">EXPR</em> </td><td class="col1"> Specify a Scheme expression to be evaluated at startup. </td>
58 </tr>
59 </table></div>
60 <!-- EDIT3 TABLE [759-1055] -->
61 </div>
63 <h3 id="other">Other</h3>
64 <div class="level3">
65 <div class="table sectionedit4"><table class="inline">
66 <tr class="row0">
67 <td class="col0"> <strong>-r</strong>, <strong>--config-file</strong>=<em class="u">FILE</em> </td><td class="col1"> Specify an additional configuration file to be read after all other configuration files have been processed. </td>
68 </tr>
69 <tr class="row1">
70 <td class="col0"> <strong>-o</strong>, <strong>--output</strong>=<em class="u">FILE</em> </td><td class="col1"> Specify a filename for generating PostScript output. This command line argument is useful when running gschem from a shell script and with a Scheme script. The filename can be changed through the print dialog box. </td>
71 </tr>
72 <tr class="row2">
73 <td class="col0"> <strong>-p</strong> </td><td class="col1"> Automatically place the window. This may be useful if running gschem from the command line and generating output. </td>
74 </tr>
75 <tr class="row3">
76 <td class="col0"> <strong>--</strong> </td><td class="col1"> Treat all remaining arguments as schematic or symbol filenames. Use this if you have a schematic or symbol filename which begins with &quot;-&quot;. </td>
77 </tr>
78 </table></div>
79 <!-- EDIT4 TABLE [1074-1770] -->
80 </div>
81 </body>
82 </html>