[][src]Module rubric::helpers::cli

Functions and macros that deal with the terminal

Functions

cmd

Runs a command and returns a Result with the output. This is the Unix version.

confirm

Prints the message, then returns true if the user enters y/yes, false otherwise.

prompt

Prompts a user for input from the CLI.