Skip to content

Commit

Permalink
Fix lint failures
Browse files Browse the repository at this point in the history
  • Loading branch information
gcotelli committed Nov 3, 2023
1 parent cc75e2c commit 240c4a5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/reference/CLI.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ vast/bin/esnx \
launchpad <arguments>
```

For [GemStone/S 64](https://gemtalksystems.com/products/gs64/versions37x/) the command must be passed after the topaz arguments:
For [GemStone/S 64](https://gemtalksystems.com/products/gs64/versions37x/) the
command must be passed after the topaz arguments:

```bash
topaz -l -- launchpad <arguments>
Expand All @@ -30,7 +31,8 @@ topaz -l -- launchpad <arguments>
and starting the command line handler by evaluating:

```smalltalk
LaunchpadCommandLineHandler activateWith: (CommandLineArguments new copyAfter: '--')
LaunchpadCommandLineHandler activateWith:
(CommandLineArguments new copyAfter: '--')
```

For the sake of simplicity, from now on we will omit in the examples the VM and
Expand Down

0 comments on commit 240c4a5

Please sign in to comment.