Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#29 異なるパッケージを監視対象にする処理を追加 #68

Merged
merged 1 commit into from
Apr 12, 2020

Conversation

meian
Copy link
Owner

@meian meian commented Apr 12, 2020

closes #29

  • フラグ以外で - で始まらない引数のリストはディレクトリとして扱う
gowatch test path1 path2
=> path1 と path2 はそれぞれパッケージパス

gowatch test path1 path2 -v
=> パッケージパス2つに go test のオプションとして -v を追加

gowatch test path1 path2 -- -cover
=> パス一覧後の -- は無視されて -cover のみが go test のオプションに渡される

@meian meian added the enhancement New feature or request label Apr 12, 2020
@meian meian self-assigned this Apr 12, 2020
cmd/test.go Show resolved Hide resolved
@meian meian merged commit 844d10c into master Apr 12, 2020
@meian meian deleted the 29-multi-target branch April 12, 2020 17:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

複数の異なるパッケージを監視対象にする
1 participant