We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Originally raised by @yujunz in cuelang/cue#994
The text was updated successfully, but these errors were encountered:
Original reply by @yujunz in cuelang/cue#994 (comment)
This PR solves the following errors in user command
$ cue ls ./... command.ls.task.print: alias values not allowed in this position: ./ls_tool.cue:8:3 $ cue dump ./... command.dump.task.print.text: invalid string argument: incomplete value: ./dump_tool.cue:6:8 ./dump_tool.cue:8:3 ./dump_tool.cue:8:9
Sorry, something went wrong.
Original reply by @myitcv in cuelang/cue#994 (comment)
Thanks - noting cuelang/cue#824, in particular my desire that we should be able to re-run this tutorial exactly as the user might run it.
No branches or pull requests
Originally raised by @yujunz in cuelang/cue#994
The text was updated successfully, but these errors were encountered: