Skip to content

Commit

Permalink
Add help option description to vi (#2167)
Browse files Browse the repository at this point in the history
  • Loading branch information
casseyshao authored Nov 30, 2023
1 parent 542e839 commit f2ba814
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/vi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;

0 comments on commit f2ba814

Please sign in to comment.