You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
help text: remove 'upload' command that does not exist (#1006)
There is no `src upload` command. So let's remove it from the help text.
Test Plan:
```
φ go run ./cmd/src upload
src: unknown subcommand "upload"
Run 'src help' for usage.
exit status 1
```
0 commit comments