Allow returning something of type void in a function that returns void
[delight/core.git] / rdmd.1
blob57b0122f2b15919b8817fc4ae33931a5dac7e911
1 .TH rdmd 1
2 .SH NAME
3 rdmd - DMD Script Shell
4 .SH SYNOPSIS
5 .B rdmd
6 .I [dmd arguments]
7 .I [rdmd arguments]
8 progfile.d
9 .I [program arguments]
10 .SH OPTIONS
11 .IP --help
12 This message
13 .IP --force
14 Force re-compilation of source code [default = do not force]
15 .IP --verbose
16 Show detailed info of operations [default = do not show]
17 .IP --compiler=(dmd|gdmd)
18 Specify compiler [default = same compiler that compiled rdmd]
19 .IP --tmpdir=tmp_dir_path
20 Specify directory to store cached program and other temporaries [default = /tmp]
21 .SH NOTES
22 dmd or gdmd must be in the current user context $PATH
24 rdmd does not support execution of D source code via stdin
26 rdmd will only compile and execute files with '.d' or '.ds' file extensions
27 .SH AUTHOR
28 written by Dave Fladebo (linux version)
29 and Robert Mariottini (Windows version)
30 .SH COPYRIGHT
31 released into the public domain