1
0
mirror of https://github.com/golang/go synced 2024-11-18 11:44:45 -07:00

cmd/go: document that -run isn't implemented

I am an idiot but the failure to implement this means we can decide
exactly what its design should be for 1.5

Change-Id: Ie2b025fcd899d306ddeddd09d1d0e8f9a99ab7a8
Reviewed-on: https://go-review.googlesource.com/4291
Reviewed-by: Minux Ma <minux@golang.org>
This commit is contained in:
Rob Pike 2015-02-09 16:54:06 -08:00
parent ea22a08fd4
commit 1e5d8bb544

View File

@ -106,6 +106,7 @@ The generator is run in the package's source directory.
Go generate accepts one specific flag:
-run=""
TODO: This flag is unimplemented.
if non-empty, specifies a regular expression to
select directives whose command matches the expression.