mirror of
https://github.com/vlang/v.git
synced 2025-09-16 16:02:29 +03:00
vdoc: replace hardcoded v
with @VEXE
This commit is contained in:
parent
3478430762
commit
ec984bcc0c
1 changed files with 1 additions and 1 deletions
|
@ -534,7 +534,7 @@ fn (cfg DocConfig) get_resource(name string, minify bool) string {
|
||||||
fn main() {
|
fn main() {
|
||||||
args := os.args[2..]
|
args := os.args[2..]
|
||||||
if args.len == 0 || args[0] == 'help' {
|
if args.len == 0 || args[0] == 'help' {
|
||||||
os.system('v help doc')
|
os.system('${@VEXE} help doc')
|
||||||
exit(0)
|
exit(0)
|
||||||
}
|
}
|
||||||
mut cfg := DocConfig{
|
mut cfg := DocConfig{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue