Select the types of activity you want to include in your feed.
cmd/cue: implement cue mod init --source
It seems to be really common to invoke `cue mod init`
followed by setting the source field, so make that flow
more straightforward by adding a `--source` flag to
`cue mod init`.
Also update the e2e tests to use it.
Signed-off-by: Roger Peppe <rogpeppe@gmail.com>
Change-Id: I610a851e05b36bf828a21ff6d7bb13daf3cc748b
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1193590
TryBot-Result: CUEcueckoo <cueckoo@cuelang.org>
Unity-Result: CUE porcuepine <cue.porcuepine@gmail.com>
Reviewed-by: Daniel Martí <mvdan@mvdan.cc>