superfaceai / cli

Let AI connect the APIs for you
https://superface.ai
MIT License
23 stars 4 forks source link

feat: use listr #287

Closed Jakub-Vacek closed 1 year ago

Jakub-Vacek commented 1 year ago

Description

This PR adds use of "listr" dependency to present long running tasks to user.

Main idea is to break command execution into functions and use Listr to execute them.

Motivation and Context

Types of changes

Checklist: