Run is invoked after all flag processing, and inside the profiling and error handling harness.
(ctx context.Context, args ...string)
| 66 | // Run is invoked after all flag processing, and inside the profiling and |
| 67 | // error handling harness. |
| 68 | Run(ctx context.Context, args ...string) error |
| 69 | } |
| 70 | |
| 71 | type SubCommand interface { |
no outgoing calls