wilzbach / tools-test

1 stars 0 forks source link

rdmd --option value #112

Open wilzbach opened 10 years ago

wilzbach commented 10 years ago

Note: the issue was created automatically migrated from https://issues.dlang.org

Original bug ID: BZ#13346 From: Nils <nilsbossung@googlemail.com> Reported version: D2

wilzbach commented 10 years ago

Comment author: Nils <nilsbossung@googlemail.com>


rdmd --eval 'writeln("hello world");'

object.Exception@ ../phobos/std/getopt.d(689): Missing value for argument --eval.

rdmd interprets 'writeln("hello world");' as the program file.

unsatisfactory PR: https://github.com/D-Programming-Language/tools/pull/140