Skip to content

Commit

Permalink
fix(doc): Add usage link
Browse files Browse the repository at this point in the history
  • Loading branch information
AielloChan authored and m1guelpf committed Dec 16, 2022
1 parent 23a0fb2 commit 66e3cc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ struct Cli {
fn main() {
let cli = Cli::parse();
let api_key = env::var("OPENAI_API_KEY").unwrap_or_else(|_| {
println!("{}", "This program requires an OpenAI API key to run. Please set the OPENAI_API_KEY environment variable.".red());
println!("{}", "This program requires an OpenAI API key to run. Please set the OPENAI_API_KEY environment variable. https://github.com/m1guelpf/plz-cli#usage".red());
std::process::exit(1);
});

Expand Down

0 comments on commit 66e3cc2

Please sign in to comment.