Skip to content

Commit

Permalink
Fix missing path for shortcut commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Machado authored and Cube707 committed Mar 21, 2024
1 parent fc4b1b4 commit 9e910ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/inquirer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
from inquirer.shortcuts import list_input
from inquirer.shortcuts import password
from inquirer.shortcuts import text
from inquirer.shortcuts import path


__all__ = [
Expand All @@ -35,4 +36,5 @@
"confirm",
"list_input",
"checkbox",
"path",
]

0 comments on commit 9e910ba

Please sign in to comment.