Skip to content

Commit

Permalink
fix(cli): re-export promptSecret from mod.ts (#3944)
Browse files Browse the repository at this point in the history
  • Loading branch information
kt3k authored Dec 13, 2023
1 parent dbc1dd1 commit 5c645cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/mod.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
// This module is browser compatible.

/**
* Tools for creating interactive command line tools.
Expand All @@ -8,3 +7,4 @@
*/

export * from "./parse_args.ts";
export * from "./prompt_secret.ts";

0 comments on commit 5c645cd

Please sign in to comment.