-
-
Couldn't load subscription status.
- Fork 16
feat: improve flags parsing #461
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
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: ismael FALL <[email protected]>
Signed-off-by: ismael FALL <[email protected]>
Signed-off-by: ismael FALL <[email protected]>
8f68eb5 to
42eb923
Compare
Signed-off-by: ismael FALL <[email protected]>
3f69966 to
d0ef6ca
Compare
|
|
||
| func main() { | ||
| err := yolo(os.Args) | ||
| err := yolo(os.Args[1:]) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you check how things are going when you run yolo without additional parameter?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Signed-off-by: ismael FALL <[email protected]>

relate to #457