Skip to content

Commit 3e8807b

Browse files
Drop -Ast from Usage intro (not exposed by Get-AstFunctionName)
1 parent 925e796 commit 3e8807b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ Import-Module -Name Ast
1515

1616
## Usage
1717

18-
The commands accept a file path (`-Path`), inline script content (`-Script`), or an existing AST object (`-Ast`), and
19-
default to matching everything so you can narrow the results with `-Name`.
18+
The commands accept a file path (`-Path`) or inline script content (`-Script`), and default to matching everything so
19+
you can narrow the results with `-Name`.
2020

2121
### Example: List the functions defined in a script
2222

0 commit comments

Comments
 (0)