mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 13:39:02 +00:00
docs: Remove a table
This was html, and I don't think it helped all that much, so let's remove it instead of translating to rst. [ci skip]
This commit is contained in:
parent
eb3bbb1360
commit
6c234a7385
1 changed files with 0 additions and 5 deletions
|
@ -101,11 +101,6 @@ Arguments → Program → Return Values
|
|||
- the arguments become options or switches paired with data: the switches influence the behaviour of the command
|
||||
- the return value shrinks to an **exit code**: this exit code is 0 when the command executes normally and between 1 and 255 otherwise.
|
||||
|
||||
<table with=100%>
|
||||
<tr><td>Input Stream ⇒<td rowspan="2">|Shell Command|<td>⇒ Output Stream
|
||||
<tr><td>switch and data as arguments →<td>→ exit code
|
||||
</table>
|
||||
|
||||
This leads to another way of programming and especially of combining commands:
|
||||
|
||||
There are two ways to combine shell commands:
|
||||
|
|
Loading…
Reference in a new issue