#1828 makes use of https://oclif.io/ which is a CLI Framework for JS/TS by https://www.heroku.com/.
It keeps every command clean and separated which avoids that it gets as messy as some self build CLIs like with commander that doesn't enforce any structure. Also has great TypeScript support.
#1828 makes use of https://oclif.io/ which is a CLI Framework for JS/TS by https://www.heroku.com/.
It keeps every command clean and separated which avoids that it gets as messy as some self build CLIs like with commander that doesn't enforce any structure. Also has great TypeScript support.