* Update cli.md
Updating the example Rust code with an example graciously provided by @amrbashir . This is also in response to a [docs issue](https://github.com/tauri-apps/tauri/issues/2332) that I had raised earlier.
* Update docs/usage/guides/cli.md
* Update cli.md
* Update cli.md
Co-authored-by: Amr Bashir <48618675+amrbashir@users.noreply.github.com>
* refactor(core): remove `Params` and replace with strings
* add tauri-utils to changelog
* update default runtime macro to accept type and feature
* remove accidental default feature addition
* remove changefile todo items that have no futher action
* fix clippy warning
* update changefile
* finish change file
* fix splashscreen example
* fix markdown typo [skip ci]
* remove final uses of `Params`
* add license header to new runtime module in tauri-macros
* update plugin guide to use runtime instead of params
* Fix grammer and typos in Anti Bloat doc
- use Simple English to bring clarity and easier translations
- fix typos and grammar
* Update anti-bloat.md
* Update anti-bloat.md