Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Version takes only two parameters
/** * Set the program version to `str`. * * This method auto-registers the "-V, --version" flag * which will print the version number when passed. * * @param {string} str * @param {string} [flags] * @returns {Command} for chaining */ version(str: string, flags?: string): Command;
- Loading branch information