Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sagiegurari committed Jan 16, 2024
1 parent bff8b5d commit 603729b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2322,7 +2322,7 @@ CARGO_MAKE_WORKSPACE_SKIP_MEMBERS = "tools/*"

However there are some cases you will want to skip specific members only if a specific condition is met.<br>
For example, you want to build a member module only if we are running on a rust nightly compiler.<br>
This is a simple example of a conditioned skip for member3 and memeber4 (should be defined in the workspace level `Makefile.toml`):
This is a simple example of a conditioned skip for member3 and member4 (should be defined in the workspace level `Makefile.toml`):

```toml
[tasks.workspace-task]
Expand Down Expand Up @@ -3570,7 +3570,7 @@ command = "echo"
args = ["stopping client..."]
```

#### Extenal subcommand file
#### External subcommand file

Another approach is to use a different configuration file for the subcommands.

Expand Down

0 comments on commit 603729b

Please sign in to comment.