DioxusLabs / dioxus

Fullstack GUI library for web, desktop, mobile, and more.
https://dioxuslabs.com
Apache License 2.0
18.5k stars 703 forks source link

Mention other platforms in dx help #2325

Closed ochrons closed 1 week ago

ochrons commented 2 weeks ago

Problem

dx help says

Commands:
  build      Build the Rust WASM app and all of its assets
  translate  Translate some source file into Dioxus code
  serve      Build, watch & serve the Rust WASM app and all of its assets

Expected behavior

Since both build and serve are also used for desktop apps, the help text should reflect this cross platform aspect.