Parse Flags and Args in Node.js CLIs with Oclif and TypeScript

InstructorShawn Wang

Share this video with your friends

Send Tweet

Flags and Args are the standard means of user input into CLI's. Oclif helps you parse them and declaratively indicate requirements, but because they are a public API, some thought should be put into designing the user experience. When in doubt, Flags win Arguments.