Commit dca82ef
committed
Mark subparser argument as optional
By parking the subparser as required, running just `vllm` produces an error.
```
$ vllm
usage: vllm [-h] [-v] {chat,complete,serve} ...
vllm: error: the following arguments are required: subparser
```
With this fix, running `vllm` will just show the help message as if you rbryant
`vllm --help` or `vllm -h`.
Signed-off-by: Russell Bryant <[email protected]>1 parent 86d1f14 commit dca82ef
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
0 commit comments