Skip to content

Commit a916dbd

Browse files
authored
Add dir to the support list (#27)
1 parent 0507174 commit a916dbd

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

src/CompletionPredictor.cs

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,9 @@ public partial class CompletionPredictor : ICommandPredictor, IDisposable
1717

1818
private static HashSet<string> s_cmdList = new(StringComparer.OrdinalIgnoreCase)
1919
{
20-
"%",
21-
"foreach",
22-
"ForEach-Object",
23-
"?",
24-
"where",
25-
"Where-Object",
26-
"cd",
20+
"%", "foreach", "ForEach-Object",
21+
"?", "where", "Where-Object",
22+
"cd", "dir",
2723
"git",
2824
};
2925

0 commit comments

Comments
 (0)