zed-industries / create-gpui-app

CRA-style tool for creating new gpui apps
MIT License
130 stars 8 forks source link

unexpected argument --workspace #12

Closed mdsohelmia closed 1 month ago

mdsohelmia commented 1 month ago

create-gpui-app --workspace --name my-app error: unexpected argument '--workspace' found

Usage: create-gpui-app [OPTIONS]

For more information, try '--help'.

swaptr commented 1 month ago

If you installed this crate from the registry, the error is due to needing a package update. Once updated, it should be fixed. Meanwhile, to use the latest changes, you can:

  1. Clone this repository and cd into it.
  2. Install this repository using the following command:
    cargo install --path .