Help argument order and parsing
Open
- Dominant language
- Go
- Stars
- 1.1k
- Forks
- 378
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 74
Description
Even though we're expecting `buildkite-agent command help` we should probably handle this better:
```
$ buildkite-agent help artifact
Options:
```
Contributor guide
Research direction
Start by reproducing `buildkite-agent help artifact` and trace the command-line argument parsing and help entry point in the Go agent. The issue does not name files or tests, so first determine how `buildkite-agent command help` and the reversed argument order are handled. Done means the help invocation no longer produces the empty or malformed output shown.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100