We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07b3d77 commit 712f7c8Copy full SHA for 712f7c8
1 file changed
install.sh
@@ -61,7 +61,7 @@ echo -e "${GREEN}✓${NC} the latest version of *codeplain CLI is now installed.
61
echo ""
62
echo -e "go to ${YELLOW}https://platform.codeplain.ai${NC} and sign up to get your API key."
63
64
-read -p "paste your API key here: " API_KEY
+read -r -p "paste your API key here: " API_KEY < /dev/tty
65
66
67
if [ -z "$API_KEY" ]; then
0 commit comments