diff --git a/src/vi.ts b/src/vi.ts index 2b08f272a225..5f9b40b78e86 100644 --- a/src/vi.ts +++ b/src/vi.ts @@ -5,6 +5,12 @@ const completionSpec: Fig.Spec = { args: { template: "filepaths", }, + options: [ + { + name: ["-h", "--help"], + description: "Print help message for vi and exit", + }, + ], }; export default completionSpec;