docs(cli): Fix typo

This commit is contained in:
Fabian-Lars
2025-01-24 00:48:04 +01:00
committed by GitHub
parent c1a2e11f0f
commit bb4fd09ee9

View File

@@ -20,7 +20,7 @@ Tauri enables your app to have a CLI through [clap](https://github.com/clap-rs/c
<Compatibility plugin={frontmatter.plugin} />
- Windows
- Due to an OS limitation, production apps are not be able to write text back to the calling console by default. Please check out [tauri#8305](https://github.com/tauri-apps/tauri/issues/8305#issuecomment-1826871949) for a workaround.{/* TODO: Inline the instructions into this guide */}
- Due to an OS limitation, production apps are not able to write text back to the calling console by default. Please check out [tauri#8305](https://github.com/tauri-apps/tauri/issues/8305#issuecomment-1826871949) for a workaround.{/* TODO: Inline the instructions into this guide */}
## Setup