package cli
import "cuelang.org/go/pkg/tool/cli"
Package cli provides tasks dealing with a console.
These are the supported tasks:
// Print sends text to the stdout of the current process. Print: { $id: *"tool/cli.Print" | "print" // for backwards compatibility // text is the text to be printed. text: string } // TODO: // Ask prompts the current console with a message and waits for input. // // Example: // task: ask: cli.Ask({ // prompt: "Are you okay?" // repsonse: bool // }) // Ask: { // kind: "tool/cli.Ask" // // prompt sends this message to the output. // prompt: string // // response holds the user's response. If it is a boolean expression it // // will interpret the answer using textual yes/ no. // response: string | bool // }
Index ¶
Source Files ¶
cli.go doc.go
- Version
- v0.3.0-alpha1
- Published
- Jul 26, 2020
- Platform
- windows/amd64
- Imports
- 3 packages
- Last checked
- 43 minutes ago –
Tools for package owners.