Fix version string of CLI
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
bcb3e16f9d
commit
a376510768
@ -23,10 +23,9 @@ const commandWrapper = (cmd: CommandHandler) => {
|
||||
opts = params;
|
||||
};
|
||||
};
|
||||
|
||||
const flags = await new Cliffy.Command()
|
||||
.name("denreg")
|
||||
.version("0.1.6")
|
||||
.version("1.0.8")
|
||||
.description("CLI for the Open Source DenReg package registry")
|
||||
.option("-i, --interactive [interactive:boolean]", "Interactive mode", {
|
||||
default: true,
|
||||
|
Loading…
Reference in New Issue
Block a user