[pve-devel] applied: [PATCH pve-eslint] switch to using `Command.opts()` to access options
Thomas Lamprecht
t.lamprecht at proxmox.com
Wed Aug 30 11:39:08 CEST 2023
Am 30/08/2023 um 11:24 schrieb Stefan Sterz:
> this fixes an issue where the options where not properly passed to
> eslint, which rendered them useless. uses the `opts()` function to
> access them. see [1] for more on info on option parsing with
> commander.
>
> [1]: https://www.npmjs.com/package/commander#user-content-options
>
> Signed-off-by: Stefan Sterz <s.sterz at proxmox.com>
> ---
>
> not sure how we handle this, but might need a:
>
> Reported-by: Max Carrara <m.carrara at proxmox.com>
>
> src/bin/app.js | 29 +++++++++++++++--------------
> 1 file changed, 15 insertions(+), 14 deletions(-)
>
>
applied, thanks!
More information about the pve-devel
mailing list