msvc-kit 0.2.13

A portable MSVC Build Tools installer and manager for Rust development
# Test Command


Run tests for the msvc-kit project.

## Usage

```
/test [filter]
```

## Arguments

- `filter`: Optional test name filter

## Actions

1. Run `cargo test` with optional filter
2. Show test results
3. Report any failures

## Example

```
/test architecture
```