You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[CompletionResult]::new('-n','n', [CompletionResultType]::ParameterName,'Limit the number of replacements')
24
+
[CompletionResult]::new('-n','n', [CompletionResultType]::ParameterName,'Limit the number of replacements that can occur per file. 0 indicates unlimited replacements')
25
+
[CompletionResult]::new('--max-replacements','max-replacements', [CompletionResultType]::ParameterName,'Limit the number of replacements that can occur per file. 0 indicates unlimited replacements')
25
26
[CompletionResult]::new('-f','f', [CompletionResultType]::ParameterName,'Regex flags. May be combined (like `-f mc`).')
26
27
[CompletionResult]::new('--flags','flags', [CompletionResultType]::ParameterName,'Regex flags. May be combined (like `-f mc`).')
27
28
[CompletionResult]::new('-p','p', [CompletionResultType]::ParameterName,'Display changes in a human reviewable format (the specifics of the format are likely to change in the future)')
0 commit comments