diff --git a/src/cli-ux/README.md b/src/cli-ux/README.md index 95193dae2..b2a249018 100644 --- a/src/cli-ux/README.md +++ b/src/cli-ux/README.md @@ -180,7 +180,7 @@ export default class Users extends Command { extended: true } }, { - printLine: this.log, + printLine: this.log.bind(this), ...flags, // parsed flags }) }