Skip to content

All Command line options can't use #1

@yuemingruoan

Description

@yuemingruoan

shiyu@shiyudeMacBook-Pro Xcode代理 % swift run OpenRouterXcodeProxy --model-filter-file /Users/shiyu/Documents/Xcode代理/model_file
[1/1] Planning build
Building for debugging...
[1/1] Write swift-version-39B54973F684ADAB.txt
Build of product 'OpenRouterXcodeProxy' complete! (1.91s)
Starting OpenRouter Xcode Proxy on port 8080
2025-07-15T22:25:23+0800 warning codes.vapor.application : [Vapor] .unknownCommand("--model-filter-file", available: ["routes", "serve"])
Error: Unknown command --model-filter-file
shiyu@shiyudeMacBook-Pro Xcode代理 % swift run OpenRouterXcodeProxy --disable-ssl-verify
Building for debugging...
[1/1] Write swift-version-39B54973F684ADAB.txt
Build of product 'OpenRouterXcodeProxy' complete! (0.15s)
Starting OpenRouter Xcode Proxy on port 8080
2025-07-15T22:27:55+0800 warning codes.vapor.application : [Vapor] .unknownCommand("--disable-ssl-verify", available: ["serve", "routes"])
Error: Unknown command --disable-ssl-verify
shiyu@shiyudeMacBook-Pro Xcode代理 % swift run OpenRouterXcodeProxy -p 8080
Building for debugging...
[1/1] Write swift-version-39B54973F684ADAB.txt
Build of product 'OpenRouterXcodeProxy' complete! (0.15s)
Starting OpenRouter Xcode Proxy on port 8080
2025-07-15T22:28:04+0800 warning codes.vapor.application : [Vapor] .unknownCommand("-p", available: ["routes", "serve"])
Error: Unknown command -p
shiyu@shiyudeMacBook-Pro Xcode代理 % swift run OpenRouterXcodeProxy
Building for debugging...
[1/1] Write swift-version-39B54973F684ADAB.txt
Build of product 'OpenRouterXcodeProxy' complete! (0.15s)
Starting OpenRouter Xcode Proxy on port 8080
2025-07-15T22:28:08+0800 notice codes.vapor.application : [Vapor] Server started on http://0.0.0.0:8080

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions