11<div align =" center " >
22 <p >
3- <a href="README.zh.md">中文</a> |
4- <a href="README.md ">English</a>
3+ <a href="https://github.com/Eusen/inquirer_console/blob/master/ README.zh.md">中文</a> |
4+ <a href="/ ">English</a>
55 </p >
66
77 <h1 >🐣inquirer_console</h1 >
88 <p >An elegant interactive command line interface tool library</p >
99
1010 <p >
11- <a href="#-installation"><strong>Installation</strong></a> •
12- <a href="#-features"><strong>Features</strong></a> •
13- <a href="#-usage-examples"><strong>Usage Examples</strong></a> •
14- <a href="#-api-documentation"><strong>API Docs</strong></a> •
15- <a href="#-contributing"><strong>Contributing</strong></a>
11+ <a href="https://github.com/Eusen/inquirer_console/blob/master/README.md #-installation"><strong>Installation</strong></a> •
12+ <a href="https://github.com/Eusen/inquirer_console/blob/master/README.md #-features"><strong>Features</strong></a> •
13+ <a href="https://github.com/Eusen/inquirer_console/blob/master/README.md #-usage-examples"><strong>Usage Examples</strong></a> •
14+ <a href="https://github.com/Eusen/inquirer_console/blob/master/README.md #-api-documentation"><strong>API Docs</strong></a> •
15+ <a href="https://github.com/Eusen/inquirer_console/blob/master/README.md #-contributing"><strong>Contributing</strong></a>
1616 </p >
1717
1818 <p >
@@ -122,7 +122,7 @@ description = Text(
122122``` python
123123from inquirer_console import inquirer
124124
125- # Define a list of questions
125+ # Define a select of questions
126126questions = [
127127 {
128128 ' type' : ' input' ,
@@ -137,7 +137,7 @@ questions = [
137137 ' default' : True
138138 },
139139 {
140- ' type' : ' list ' ,
140+ ' type' : ' select ' ,
141141 ' name' : ' favorite_lang' ,
142142 ' message' : ' What is your favorite programming language' ,
143143 ' choices' : [
@@ -328,7 +328,7 @@ pytest
328328
329329## 📄 License
330330
331- This project is licensed under the [ MIT License] ( LICENSE ) .
331+ This project is licensed under the [ MIT License] ( https://github.com/Eusen/inquirer_console/blob/master/ LICENSE) .
332332
333333## 💖 Support the Project
334334
0 commit comments