Skip to content

Commit 81ec5dd

Browse files
Update README
1 parent 89bce07 commit 81ec5dd

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,15 @@ ClassExplorer is a PowerShell module that enables quickly searching the AppDomai
2121
This project adheres to the Contributor Covenant [code of conduct](https://github.com/SeeminglyScience/ClassExplorer/tree/master/docs/CODE_OF_CONDUCT.md).
2222
By participating, you are expected to uphold this code. Please report unacceptable behavior to seeminglyscience@gmail.com.
2323

24-
## Features
25-
26-
- Quickly find specific classes, methods, properties, etc
27-
- Use builtin parameters that utilize compiled filters for performance
28-
- Create a fully custom search using a ScriptBlock
29-
- Supported for PowerShell Core (tested in Windows and Linux)
30-
- Type name completion on any Type parameters
31-
- All string parameters accept wildcards (or regex with a switch parameter)
24+
## Why
25+
26+
Whenever you're working with a new library you may frequently come across a scenario where you:
27+
28+
1. Have an object of a specific type that you're unsure what accepts it
29+
1. Need an object of a specific type, and you don't know what returns it
30+
1. Are looking for an example of a method that fits a certain signature
31+
32+
This module was created to make all of those problems easy to solve without being forced to look at documentation online.
3233

3334
## Documentation
3435

0 commit comments

Comments
 (0)