-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathfadein2osf.1.html
More file actions
43 lines (43 loc) · 1.4 KB
/
Copy pathfadein2osf.1.html
File metadata and controls
43 lines (43 loc) · 1.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>osf</title>
<link rel="stylesheet" href="/css/site.css">
</head>
<body>
<nav>
<ul>
<li><a href="/">Home</a></li>
<li><a href="index.html">README</a></li>
<li><a href="LICENSE">LICENSE</a></li>
<li><a href="INSTALL.html">INSTALL</a></li>
<li><a href="user_manual.html">User Manual</a></li>
<li><a href="about.html">About</a></li>
<li><a href="search.html">Search</a></li>
<li><a href="https://github.com/rsdoiel/osf">GitHub</a></li>
</ul>
</nav>
<section>
<p>USAGE: fadein2osf [OPTIONS]</p>
<p>DESCRIPTION</p>
<p>fadein2osf is a command line program that reads an “.fadein” file and
write outs a OSF 2.0 XML.</p>
<p>OPTIONS</p>
<pre><code>-generate-manpage generate man page
-generate-markdown generate Markdown documentation
-h, -help display help
-i, -input set the input filename
-l, -license display license
-nl, -newline add a trailing newline
-o, -output set the output filename
-quiet suppress error messages
-v, -version display version</code></pre>
<p>EXAMPLES</p>
<p>Convert <em>screenplay.fadein</em> into <em>screenplay.osf</em>.</p>
<pre><code>fadein2osf -i screenplay.fadein -o screenplay.osf</code></pre>
<p>Display converted OSF 2.0 XML to the console</p>
<pre><code>fadein2osf -i screenplay.fadein</code></pre>
<p>fadein2osf 0.0.8</p>
</section>
</body>
</html>