mirror of
https://github.com/deepseek-ai/deepseek-harness
synced 2026-08-15 21:04:50 +00:00
fix(web): address wildcard host review
This commit is contained in:
@@ -57,9 +57,9 @@ Examples:
|
||||
|
||||
/**
|
||||
* Parse and provide the Web invocation as an ordinary Cordis service. The
|
||||
* command's action publishes the flags this invocation named; an unsupported
|
||||
* `--host` or non-numeric `--port` is a usage error, so on rejection (and on
|
||||
* `--help`) nothing is provided.
|
||||
* command's action publishes the flags this invocation named; `--host 0.0.0.0`
|
||||
* or a non-numeric `--port` is a usage error, so on rejection (and on `--help`)
|
||||
* nothing is provided.
|
||||
* @param ctx - plugin context carrying the command line.
|
||||
*/
|
||||
export function apply(ctx: Context): void {
|
||||
|
||||
Reference in New Issue
Block a user