Skip to content

feat: add version command #99

@erhant

Description

@erhant

This can be used at the top:

import {version, name} from '../package.json';

Then, at the bottom:

  new Command()
    .name(name)
    .version(version)
// ...

Not sure if that package.json can cause any trouble though, mixed comments on the web.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions