mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
cli: various improvements (#6180)
This commit is contained in:
@@ -6,14 +6,14 @@ fn version_flag(with_abbrev bool) Flag {
|
||||
flag: .bool
|
||||
name: 'version'
|
||||
abbrev: sabbrev
|
||||
description: 'Prints version information'
|
||||
description: 'Prints version information.'
|
||||
}
|
||||
}
|
||||
|
||||
fn version_cmd() Command {
|
||||
return Command{
|
||||
name: 'version'
|
||||
description: 'Prints version information'
|
||||
description: 'Prints version information.'
|
||||
execute: version_func
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user