vdoc: replace hardcoded `v` with `@VEXE`
parent
3478430762
commit
ec984bcc0c
|
@ -534,7 +534,7 @@ fn (cfg DocConfig) get_resource(name string, minify bool) string {
|
|||
fn main() {
|
||||
args := os.args[2..]
|
||||
if args.len == 0 || args[0] == 'help' {
|
||||
os.system('v help doc')
|
||||
os.system('${@VEXE} help doc')
|
||||
exit(0)
|
||||
}
|
||||
mut cfg := DocConfig{
|
||||
|
|
Loading…
Reference in New Issue