cmd/v: set is_run
parent
33644a4f91
commit
fa4fb3b847
|
@ -169,6 +169,7 @@ fn parse_args(args []string) (&pref.Preferences, string) {
|
||||||
res.path = command
|
res.path = command
|
||||||
}
|
}
|
||||||
else if command == 'run' {
|
else if command == 'run' {
|
||||||
|
res.is_run = true
|
||||||
res.path = args[args.len-1]
|
res.path = args[args.len-1]
|
||||||
}
|
}
|
||||||
if res.is_verbose {
|
if res.is_verbose {
|
||||||
|
|
Loading…
Reference in New Issue