diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2021-03-01 16:26:03 +0100 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2021-03-01 16:26:03 +0100 |
| commit | aa79c9db6674deb205c7741e11d5520c76217b8d (patch) | |
| tree | 35de4f9eedaf310f83074f74c8c6444480606748 /README.md | |
| parent | 6848c33412a4f57ae4de6a05d27a5b767ce89fe1 (diff) | |
| download | minishell_test-aa79c9db6674deb205c7741e11d5520c76217b8d.tar.gz minishell_test-aa79c9db6674deb205c7741e11d5520c76217b8d.tar.bz2 minishell_test-aa79c9db6674deb205c7741e11d5520c76217b8d.zip | |
Added tests for test/captured
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -6,6 +6,11 @@  +## Documentation + +The full documentation for this project is available at +[minishell-test.readthedocs.io](https://minishell-test.readthedocs.io). + ## Getting Started ### Installation @@ -18,7 +23,7 @@ $ pip3 install --user minishell-test # if you don't have root access ### Compatibility Your executable **must** support the `-c` option which allow to pass -command as string. +command as an argument. ``` $ bash -c 'echo bonjour je suis | cat -e' @@ -61,8 +66,3 @@ If you get `command not found`, do either of those things: - Run `$ python3 -m minishell_test` instead of `$ minishell_test` </div> - -## Documentation - -The full documentation for this project is available at -[minishell-test.readthedocs.io](https://minishell-test.readthedocs.io). |
