Skip to content

Commit 897a2fd

Browse files
Add argument completion for -Decoration (#40)
1 parent bf13357 commit 897a2fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ClassExplorer/Commands/FindMemberCommand.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ public SwitchParameter IncludeSpecialName
9595

9696
[Parameter]
9797
[Alias("HasAttr", "attr")]
98+
[ArgumentCompleter(typeof(TypeFullNameArgumentCompleter))]
9899
public ScriptBlockStringOrType? Decoration
99100
{
100101
get => _options.Decoration;

0 commit comments

Comments
 (0)