We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
-Decoration
1 parent bf13357 commit 897a2fdCopy full SHA for 897a2fd
1 file changed
src/ClassExplorer/Commands/FindMemberCommand.cs
@@ -95,6 +95,7 @@ public SwitchParameter IncludeSpecialName
95
96
[Parameter]
97
[Alias("HasAttr", "attr")]
98
+ [ArgumentCompleter(typeof(TypeFullNameArgumentCompleter))]
99
public ScriptBlockStringOrType? Decoration
100
{
101
get => _options.Decoration;
0 commit comments