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('--include','include', [CompletionResultType]::ParameterName,'Glob patterns to include')
25
-
[CompletionResult]::new('--exclude','exclude', [CompletionResultType]::ParameterName,'Glob patterns to exclude')
26
-
[CompletionResult]::new('-c','c', [CompletionResultType]::ParameterName,'Tokenizer to use for token count')
27
-
[CompletionResult]::new('--encoding','encoding', [CompletionResultType]::ParameterName,'Tokenizer to use for token count')
28
-
[CompletionResult]::new('-o','o', [CompletionResultType]::ParameterName,'Redirect output to file')
29
-
[CompletionResult]::new('--output','output', [CompletionResultType]::ParameterName,'Redirect output to file')
30
-
[CompletionResult]::new('-t','t', [CompletionResultType]::ParameterName,'Optional path to Handlebars template')
31
-
[CompletionResult]::new('--template','template', [CompletionResultType]::ParameterName,'Optional path to Handlebars template')
32
-
[CompletionResult]::new('--issue','issue', [CompletionResultType]::ParameterName,'Fetch a specific Github issue for the repository')
33
-
[CompletionResult]::new('--exclude-priority','exclude-priority', [CompletionResultType]::ParameterName,'Change pattern priority in case of conflict to prioritize the exclusion pattern')
34
-
[CompletionResult]::new('--exclude-from-tree','exclude-from-tree', [CompletionResultType]::ParameterName,'Eclude files/folders from the source tree based on exclude patterns')
[CompletionResult]::new('-d','d', [CompletionResultType]::ParameterName,'Capture the git diff for staged changes only (equivalent to running `git diff --cached` or `git diff --staged`')
37
-
[CompletionResult]::new('--diff-staged','diff-staged', [CompletionResultType]::ParameterName,'Capture the git diff for staged changes only (equivalent to running `git diff --cached` or `git diff --staged`')
38
-
[CompletionResult]::new('-u','u', [CompletionResultType]::ParameterName,'Capture the git diff for unstaged changes only (equivalent to running `git diff`)')
39
-
[CompletionResult]::new('--diff-unstaged','diff-unstaged', [CompletionResultType]::ParameterName,'Capture the git diff for unstaged changes only (equivalent to running `git diff`)')
40
-
[CompletionResult]::new('--no-tokens','no-tokens', [CompletionResultType]::ParameterName,'Don''t display approximate token count of the genrated prompt')
41
-
[CompletionResult]::new('-l','l', [CompletionResultType]::ParameterName,'Turn off line numbers in source code blocks')
42
-
[CompletionResult]::new('--no-line-numbers','no-line-numbers', [CompletionResultType]::ParameterName,'Turn off line numbers in source code blocks')
[CompletionResult]::new('--include','--include', [CompletionResultType]::ParameterName,'Glob patterns to include')
25
+
[CompletionResult]::new('--exclude','--exclude', [CompletionResultType]::ParameterName,'Glob patterns to exclude')
26
+
[CompletionResult]::new('-c','-c', [CompletionResultType]::ParameterName,'Tokenizer to use for token count')
27
+
[CompletionResult]::new('--encoding','--encoding', [CompletionResultType]::ParameterName,'Tokenizer to use for token count')
28
+
[CompletionResult]::new('-o','-o', [CompletionResultType]::ParameterName,'Redirect output to file')
29
+
[CompletionResult]::new('--output','--output', [CompletionResultType]::ParameterName,'Redirect output to file')
30
+
[CompletionResult]::new('-t','-t', [CompletionResultType]::ParameterName,'Optional path to Handlebars template')
31
+
[CompletionResult]::new('--template','--template', [CompletionResultType]::ParameterName,'Optional path to Handlebars template')
32
+
[CompletionResult]::new('--issue','--issue', [CompletionResultType]::ParameterName,'Fetch a specific Github issue for the repository')
33
+
[CompletionResult]::new('--exclude-priority','--exclude-priority', [CompletionResultType]::ParameterName,'Change pattern priority in case of conflict to prioritize the exclusion pattern')
34
+
[CompletionResult]::new('--exclude-from-tree','--exclude-from-tree', [CompletionResultType]::ParameterName,'Eclude files/folders from the source tree based on exclude patterns')
[CompletionResult]::new('-d','-d', [CompletionResultType]::ParameterName,'Capture the git diff for staged changes only (equivalent to running `git diff --cached` or `git diff --staged`')
37
+
[CompletionResult]::new('--diff-staged','--diff-staged', [CompletionResultType]::ParameterName,'Capture the git diff for staged changes only (equivalent to running `git diff --cached` or `git diff --staged`')
38
+
[CompletionResult]::new('-u','-u', [CompletionResultType]::ParameterName,'Capture the git diff for unstaged changes only (equivalent to running `git diff`)')
39
+
[CompletionResult]::new('--diff-unstaged','--diff-unstaged', [CompletionResultType]::ParameterName,'Capture the git diff for unstaged changes only (equivalent to running `git diff`)')
40
+
[CompletionResult]::new('--no-tokens','--no-tokens', [CompletionResultType]::ParameterName,'Don''t display approximate token count of the genrated prompt')
41
+
[CompletionResult]::new('-l','-l', [CompletionResultType]::ParameterName,'Turn off line numbers in source code blocks')
42
+
[CompletionResult]::new('--no-line-numbers','--no-line-numbers', [CompletionResultType]::ParameterName,'Turn off line numbers in source code blocks')
0 commit comments