mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-06 10:06:19 +00:00
12 lines
629 B
Plaintext
12 lines
629 B
Plaintext
|
title: $:/language/Help/output
|
||
|
description: 次に実行するコマンドの出力ディレクトリの設定
|
||
|
|
||
|
|
||
|
次に実行するコマンドのために、出力の基準となるディレクトリを設定します。規定の出力ディレクトリは、編集ディレクトリの`output`という名前のサブディレクトリです。
|
||
|
|
||
|
```
|
||
|
--output <pathname>
|
||
|
```
|
||
|
|
||
|
もしpathnameに相対パスを指定した場合は、作業ディレクトリからの相対パスとなります。たとえば、`--output .`と指定した場合は、出力ディレクトリは現在の作業ディレクトリとなります。
|