tauri/tooling/cli/src
Amr Bashir 27838365a6
fix(cli): parse --profile=<profile> syntax (#10135)
* fix(cli): parse `--profile=<profile>` syntax

ref: https://github.com/tauri-apps/tauri/issues/6255#issuecomment-2192466839

* Update tooling/cli/src/interface/rust.rs

* safe check next arg

* add test

---------

Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2024-06-27 06:53:26 -03:00
..
acl feat(cli/add): add default permission to capabilities (#9124) 2024-03-13 11:58:25 -03:00
dev fix(cli): disable directory traversal in builtin dev server (#9344) 2024-04-02 13:59:16 -03:00
helpers feat!(nsis): add an option to customize start menu folder (#9994) 2024-06-26 09:17:02 +03:00
info fix(cli): add missing closing bracket (#9466) 2024-04-15 11:59:23 +02:00
interface fix(cli): parse --profile=<profile> syntax (#10135) 2024-06-27 06:53:26 -03:00
migrate fix(cli): correct module name resolution for clipboard and globalShortcut plugins (#9931) 2024-06-03 21:57:46 +03:00
mobile chore(cli): enhance mobile build by only compiling selected target (#9894) 2024-05-28 07:53:32 -03:00
plugin fix(cli/plugin/new): construct path from components iterator instead of PathBuf::join (#10128) 2024-06-26 11:11:31 -03:00
signer chore: update license headers 2024 (#9043) 2024-03-01 08:29:01 -03:00
add.rs fix(cli/add): Fix handling of more rust-only and non cross platform plugins (#9855) 2024-05-22 19:57:57 +03:00
build.rs feat(cli): add tauri bundle subcommand (#9734) 2024-05-25 11:46:55 -03:00
bundle.rs feat(cli): add tauri bundle subcommand (#9734) 2024-05-25 11:46:55 -03:00
completions.rs chore: remove unstable log features & use qualified log::<macro> path (#9069) 2024-03-04 21:22:07 +02:00
dev.rs fix: rename kill-children.sh to tauri-stop-dev-processes.sh (#9669) 2024-05-07 16:45:37 +03:00
icon.rs fix(cli): icon should render explicit svg text node fonts (fix: #10022) (#10039) 2024-06-12 04:25:11 +03:00
init.rs fix: use $CARGO_MANIFEST_DIR to fully specify include_dir paths in tauri-cli (#9310) 2024-04-01 16:43:52 +02:00
lib.rs feat(cli): add tauri bundle subcommand (#9734) 2024-05-25 11:46:55 -03:00
main.rs chore: update license headers 2024 (#9043) 2024-03-01 08:29:01 -03:00