cartesi / cli

Cartesi CLI tool
Apache License 2.0
3 stars 3 forks source link

Change CLI framework #21

Open tuler opened 2 months ago

tuler commented 2 months ago

📚 Context

We've been using oclif as CLI framework. It's good but have its quirks. Packaging is kind of complicated. It's kind of bloated.

✔️ Solution

The most popular CLI framework, widely used, is commander. That would be the safest bet. But there are others.

📈 Subtasks

🎯 Definition of Done