Skip to content

Commit 39aafb3

Browse files
committed
Allow specifying flags in local run
1 parent d244010 commit 39aafb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/codenames-client/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/bin/bash
2-
go run github.com/bcspragu/Codenames/cmd/codenames-client
2+
go run github.com/bcspragu/Codenames/cmd/codenames-client "$@"

0 commit comments

Comments
 (0)