mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-10-31 23:26:18 +00:00
abc3af16c3
- Add translations for untranslated items - Unification of terms (translations differed by multiple translators) - Add signature of `author` (Includes translation assistance for dajya-ranger. I also added his signature) It's a lot of updates, but I've tested it on my TiddlyWiki. Help etc. are still lacking.
12 lines
635 B
Plaintext
12 lines
635 B
Plaintext
title: $:/language/Help/output
|
|
description: 次に実行するコマンドの出力ディレクトリの設定
|
|
|
|
|
|
次に実行するコマンドのために、出力の基準となるディレクトリを設定します。規定の出力ディレクトリは、編集ディレクトリの `output` という名前のサブディレクトリです。
|
|
|
|
```
|
|
--output <pathname>
|
|
```
|
|
|
|
もし pathname に相対パスを指定した場合は、作業ディレクトリからの相対パスとなります。たとえば、 `--output .` と指定した場合は、出力ディレクトリは現在の作業ディレクトリとなります。
|