Skip to content

Commit

Permalink
Merge pull request #9 from Joe-Heffer-Shef/bug/7-attempt-to-concatena…
Browse files Browse the repository at this point in the history
…te-a-nil-value-field

Remove text in wrong place
  • Loading branch information
Joe-Heffer-Shef authored May 30, 2024
2 parents d849201 + 5492b12 commit d8c01f9
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions episodes/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,6 @@ Let's examine a simple one-word command that lists the files in the current dire

::: group-tab

Test sentence goes here.

### Windows

On Windows, the [dir](https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/dir) command is used to list the contents of a directory. When you enter this command and press <kbd>Enter</kbd>
Expand Down Expand Up @@ -147,18 +145,32 @@ For more information, please read [Get started with Terminal on Mac](https://sup

:::

### Arguments

Commands have *options* that allow the user to choose what the tool will do.

::: group-tab

### Windows

```bash
date /T
```

### Linux

```bash
date
```

### Mac OS

```bash
echo Hello world
date
```

:::

### Advantages of CLIs

### CLIs for research code
Expand Down

0 comments on commit d8c01f9

Please sign in to comment.