Skip to content

Commit

Permalink
feat: include all choices to cli
Browse files Browse the repository at this point in the history
  • Loading branch information
aspnxdd committed Sep 20, 2022
1 parent 3e4987c commit 92e6777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ async function askDirection(): Promise<Direction> {
name: "direction",
type: "list",
message: "Direction",
choices: ["hexToRgb", "rgbToHex", "rgbToHsl", "hslToRgb", "hexToHsl", "hslToHex"],
choices: ["hexToRgb", "rgbToHex", "rgbToHsl", "hslToRgb", "hexToHsl", "hslToHex", "allToRgb", "allToHex", "allToHsl"],
default() {
return "hexToRgb";
},
Expand Down

0 comments on commit 92e6777

Please sign in to comment.