This repository has been archived by the owner on Nov 18, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 170
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pkg/tool: update documentation and remove $before
$before is redundant and seems like it may cause limitations down the road. Removed as a precaution. Documentation has been updated to reflect current features. Closes #223. Note that environment variables will now be implemented as `tool/env` and as an option to `tool/exec.Run`. Flags will likely be a task type end be refereneable as, say, `tool/flags.Set`. Change-Id: Ic87766b6af2e546c25b30ada3f8a75e3c796b70d Reviewed-on: https://cue-review.googlesource.com/c/cue/+/4740 Reviewed-by: Marcel van Lohuizen <mpvl@golang.org>
- Loading branch information
Showing
5 changed files
with
58 additions
and
87 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,3 +15,4 @@ | |
package tool | ||
|
||
//go:generate go run gen.go | ||
//go:generate go fmt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters