From 99bc2e38e28a9415e15fd5c12de3db679011433e Mon Sep 17 00:00:00 2001 From: wadackel Date: Mon, 8 Jan 2024 18:42:59 +0900 Subject: [PATCH] chore: tweak --- .github/workflows/ci.yml | 2 +- Cargo.toml | 2 +- README.md | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2d988dd..cb80cb9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ on: pull_request: types: [opened, synchronize] -env: +env: CARGO_TERM_COLOR: always jobs: diff --git a/Cargo.toml b/Cargo.toml index 77755b6..d53b5e2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "MIT" readme = "README.md" authors = ["wadackel "] -keywords = ["cli", "ask", "prompt", "interactive", "console", "cui"] +keywords = ["cli", "ask", "prompt", "interactive", "console"] categories = ["command-line-interface", "command-line-utilities"] repository = "https://github.com/wadackel/promptuity" homepage = "https://github.com/wadackel/promptuity" diff --git a/README.md b/README.md index 487c9fe..c895c1d 100644 --- a/README.md +++ b/README.md @@ -77,12 +77,12 @@ If you want to see more examples, please refer to the [examples](./examples/) di ## Documentation -Please refer to the [documentation](#). +Please refer to the [documentation](https://docs.rs/promptuity). ## Prompts [promptuity::prompts](#) offers five built-in prompts. -To implement your original prompt, please see the [Build your own Prompt](#) section. +To implement your original prompt, please see the [Build your own Prompt](#build-your-own-prompt) section. ### Input @@ -161,7 +161,7 @@ let color = p.prompt( ## Themes Promptuity offers two different built-in themes. -To implement your original Theme, please see the [Build your own Theme](#) section. +To implement your original Theme, please see the [Build your own Theme](#build-your-own-theme) section. ### MinimalTheme