Relative Content

Tag Archive for javascripttypescriptyargs

Epilogue for `yargs` Commands

I’m writing a command-line application in TypeScript using yargs. I want to add an epilogue to the auto-generated help. That works fine for the overall usage information but not for (sub)commands. This is the relevant my code: