Skip to content

Commit

Permalink
feat: add fig theme command suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
cstrnt committed Aug 8, 2021
1 parent d0fce1f commit a31ec10
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions dev/fig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,14 @@ const completionSpec: Fig.Spec = {
description: "(Re)connect fig to the current shell session",
},
{ name: "update", description: "Update completion specs and app" },
{
name: "theme",
description: "Set the Theme of fig",
args: {
name: "Theme Name",
generators: themesGenerator,
},
},
{
name: "settings",
description: "Update preferences",
Expand Down

0 comments on commit a31ec10

Please sign in to comment.