๐ŸšฉCLI Flags WorkshopWORKSHOP
1
2
3
4

Step 1

Define a `--port` flag (int, default 8080) and a `--verbose` flag (bool, default false). Call `flag.Parse()`, then print the values. Since the Playground can't receive real CLI args, your code just needs to demonstrate the correct flag definitions and a Print that shows the defaults.

โŒ˜ Enter (Mac) ยท Ctrl+Enter (Win/Linux)