shell-scripting
Here are 454 public repositories matching this topic...
Get user input
Try Yaegi
-
Updated
Jul 20, 2021 - Shell
Currently, if I run bake
command when the Bakefile
is empty, the error message seems very scary:
Traceback (most recent call last):
File "/home/redowan/.local/share/virtualenvs/flask-template-wBuRwttx/bin/bake", line 8, in <module>
sys.exit(entrypoint())
File "/home/redowan/.local/share/virtualenvs/flask-template-wBuRwttx/lib/python3.7/site-packages/click/core.py", line 764,
-
Updated
May 17, 2021 - Shell
-
Updated
May 26, 2017 - JavaScript
Current coverage is not bad (70+%) and in general and I don't want to embark on one of those 100%-coverage crusades. But I know there are parts of the interpreter that are undertested (and don't generally need a whole lot of tests) and it might be nice to get some quick wins in terms of coverage.
-
Updated
Jul 30, 2021 - Rust
-
Updated
Jun 25, 2021 - Python
-
Updated
Oct 7, 2020 - Shell
-
Updated
Jul 30, 2021 - Shell
-
Updated
Apr 28, 2021 - C
-
Updated
Sep 25, 2020 - Shell
-
Updated
Nov 25, 2020 - Go
Parser tests?
Add tests from #18?
-
Updated
Aug 1, 2021 - Shell
-
Updated
Jul 28, 2021 - Shell
-
Updated
Jul 27, 2021 - Go
-
Updated
Jun 16, 2021 - Shell
-
Updated
May 9, 2021 - JavaScript
-
Updated
Feb 5, 2020 - Shell
-
Updated
Jul 13, 2021 - Shell
-
Updated
Oct 30, 2020 - Rust
-
Updated
Jul 22, 2021 - Rust
-
Updated
Jul 29, 2021 - Go
-
Updated
Jul 14, 2021 - Shell
-
Updated
Apr 4, 2020 - Shell
Improve this page
Add a description, image, and links to the shell-scripting topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the shell-scripting topic, visit your repo's landing page and select "manage topics."
It's common when writing scripts that install or configure things to need input from the user (at a minimum, something like 'Press Enter to continue'; at a maximum, to be able to prompt the user for input, with an optional default value, and return that value).
Let's use this issue to design how that would look, and I invite suggestions!