Replies: 2 comments 1 reply
-
You probably want the |
Beta Was this translation helpful? Give feedback.
1 reply
-
Adding passthrough didn't work but i tried adding
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How To Take Array Of Strings As Argument?
I have this code:
When I am Running
go run ./test.go run myApp --start-dir ./ --title Noice
, It shows me unknown flag error:test: error: unknown flag --start-dir exit status 1
and if instead i run this
go run ./test.go run myApp start-dir ./ title Noice
it works fineBeta Was this translation helpful? Give feedback.
All reactions