From 03cc921a402ceed2a08cfd69c6b894da8c9390dd Mon Sep 17 00:00:00 2001 From: lempiji Date: Mon, 17 Oct 2022 01:09:25 +0900 Subject: [PATCH] Add comment --- README.ja.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.ja.md b/README.ja.md index 83f268e..c0b2f5e 100644 --- a/README.ja.md +++ b/README.ja.md @@ -115,7 +115,7 @@ writeln("current package: ", loadCurrentProjectName()); `-d ` や `-d @` (`-d mir-ion@~>2.0.16` など)の指定によって追加の依存関係を設定することもできます。(`-d` の正式名は `--dependency` です) -### dub.sdlの直接設定 +### dub.sdlの直接設定(テストされていません) `--dubsdl ` を指定すると、生成されるファイルに dub.sdl の行を直接追加することができます。このオプションは複数回指定することで複数の行を追加することもできます。 このオプションを指定した場合、上記の「既定のパッケージ参照機能」が無効化され、参照が追加されなくなります。 diff --git a/README.md b/README.md index e5af1b5..a84e07e 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ writeln("current package: ", loadCurrentProjectName()); It's possible to specify `-d ` or `-d @` such as `-d mir-ion@~>2.0.16` to add further dependencies. (long name: `--dependency`) -### Instruction to dub.sdl +### Instruction to dub.sdl (not tested) It's possible to specify `--dubsdl ""` to add a dub.sdl recipe line into the generated file. This option can be used multiple times to add multiple lines.