Skip to content

Commit

Permalink
feat: new script ux for cli
Browse files Browse the repository at this point in the history
  • Loading branch information
jayzhang committed Nov 7, 2024
1 parent cfde6d5 commit 9390df4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/cli/src/userInteraction.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.

import { confirm, password, input } from "@inquirer/prompts";
import { confirm, input, password } from "@inquirer/prompts";
import {
Colors,
ConfirmConfig,
Expand Down Expand Up @@ -46,7 +46,6 @@ import { cliSource } from "./constants";
import { CheckboxChoice, SelectChoice, checkbox, select } from "./prompts";
import { errors } from "./resource";
import { getColorizedString } from "./utils";
import { cwd } from "process";

export const inquirerPrompts = {
confirm,
Expand Down

0 comments on commit 9390df4

Please sign in to comment.