Docs: Create version command directory

Signed-off-by: Vipul Gupta (@vipulgupta2048) <vipulgupta2048@gmail.com>
This commit is contained in:
Vipul Gupta (@vipulgupta2048) 2023-11-08 19:52:40 +05:30
parent 99094dbfda
commit fc0cfac475
No known key found for this signature in database
GPG Key ID: D76FE376041D2649
3 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
* limitations under the License.
*/
import type { JsonVersions } from '../lib/commands/help/version';
import type { JsonVersions } from '../lib/commands/version/index'
import { run as oclifRun } from '@oclif/core';
import * as archiver from 'archiver';