Skip to content

Consider renaming @server and @client for windows compatability #5115

@ealmloff

Description

@ealmloff

Issue

The CLI currently accepts @ arguments to pass different args to different builds. Unfortunately, @ has a special meaning in powershell on windows which can result in some confusing errors. On windows, it can also mean splatting

We could use another symbol like ?.

Workarounds

If you find this issue after running into the above error, surrounding @server or @client in quotes fixes the issue:

dx serve "@server" --server

Metadata

Metadata

Assignees

No one assigned

    Labels

    cliRelated to the dioxus-cli programwindows

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions