Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
equiman authored Jan 10, 2024
1 parent b9ea0af commit 014c068
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,7 @@ swpm --unpin

It will remove the pinned Package Manager in the `package.json` file.

#### Test
### Test

The `<swpm|swpx> --test` flag show the equivalent command using the selected Package Manager, but **it will not run the command**

Expand All @@ -710,7 +710,7 @@ swpx <command> -t <npm|yarn[@berry]|pnpm|bun>

It will show the command using the selected Package Manager, no matter the `swpm` property in your `package.json`.

#### Mute
### Mute

The `<swpm|swpx> --mute` flag hide the package manager command translation.

Expand All @@ -719,7 +719,7 @@ swpm <command> [args] --mute
swpx <command> [args] --mute
```

#### Alias
### Alias

The `<swpm|swpx> --alias` flag show the command aliases available.

Expand All @@ -728,7 +728,7 @@ swpm --alias
swpx --alias
```

#### Info
### Info

The `<swpm|swpx> --info` flag show the current Package Manager used and some versions information.

Expand Down

0 comments on commit 014c068

Please sign in to comment.