Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lempiji committed Oct 16, 2022
1 parent 939f8f2 commit 03cc921
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ writeln("current package: ", loadCurrentProjectName());
`-d <pakageName>``-d <pakageName>@<versionString>``-d mir-ion@~>2.0.16` など)の指定によって追加の依存関係を設定することもできます。(`-d` の正式名は `--dependency` です)


### dub.sdlの直接設定
### dub.sdlの直接設定(テストされていません)

`--dubsdl <instruction>` を指定すると、生成されるファイルに dub.sdl の行を直接追加することができます。このオプションは複数回指定することで複数の行を追加することもできます。
このオプションを指定した場合、上記の「既定のパッケージ参照機能」が無効化され、参照が追加されなくなります。
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ writeln("current package: ", loadCurrentProjectName());

It's possible to specify `-d <packageName>` or `-d <packageName>@<versionString>` 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 "<instruction>"` to add a dub.sdl recipe line into the generated file. This option can be used multiple times to add multiple lines.

Expand Down

0 comments on commit 03cc921

Please sign in to comment.