andromedaprotocol / andromeda.js

Command line interface for interactions with Andromeda contracts.
1 stars 1 forks source link

Fixed Amp bug by using CustomAutocompletePrompt for inquirer #94

Closed cowboy0015 closed 9 months ago

cowboy0015 commented 11 months ago

Added CustomAutocompletePrompt class which extends AutocompletePrompt class and has a customized onSubmit function to handle cases when user mannually selects from the given list.