Skip to content
This repository was archived by the owner on Nov 18, 2022. It is now read-only.

Commit

Permalink
Merge pull request #9 from ttsukagoshi/fix-command
Browse files Browse the repository at this point in the history
コマンドの引き渡し記号を修正
ttsukagoshi authored Jan 31, 2022
2 parents 47a49dc + 30eae42 commit dd152a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@ npm ci
ターミナル (コマンドプロンプト) が作業フォルダにあることを確認して、以下のように入力します。

```
node . => ./debug/results.csv
node . > ./debug/results.csv
```

` => ./debug/results.csv` と記述することで、テスト結果が `debug` フォルダ内のスプレッドシート (.csv ファイル) に出力されます。なお、.csv のファイル名は、必ずしも「**results.csv**」である必要はなく、任意のもので構いません。ちなみに ` => ./debug/results.csv` の記述がない場合、テスト結果はターミナル (コマンドプロンプト) 内に出力されます。

0 comments on commit dd152a1

Please sign in to comment.