diff --git a/vlib/v/pref/pref.v b/vlib/v/pref/pref.v index d219c03496..00aa207468 100644 --- a/vlib/v/pref/pref.v +++ b/vlib/v/pref/pref.v @@ -337,8 +337,8 @@ pub fn parse_args(args []string) (&Preferences, string) { command_pos = i continue } - if command !in ['', 'run', 'build', 'build-module'] { - // arguments for e.g. fmt are checked elsewhere + if command !in ['', 'build', 'build-module'] { + // arguments for e.g. fmt should be checked elsewhere continue } eprint('Unknown argument `$arg`')