Lucas Fernandes Nogueira
35c75b4197
refactor(api): reorganize and rename methods ( #1277 )
2021-02-23 23:30:14 -03:00
Jake Stanger
8263d4e5d6
fix(cli): unable to access match struct fields in rust ( #1260 )
...
The `Matches`, `SubcommandMatches` and `ArgData` struct fields were previously private and not accessible, meaning the data returned from `get_matches` was useless. This marks all the relevant fields as public.
2021-02-19 21:35:33 -03:00
Lucas Fernandes Nogueira
772d83e8fd
fix(core): cli argument parser API not exiting on failure, update to latest ( #1234 )
2021-02-14 11:14:06 -03:00
Lucas Fernandes Nogueira
156a0ad5cb
refactor(tauri): use explicit error types instead of anyhow ( #1209 )
2021-02-10 19:51:15 -03:00
chip
e02c9419cb
refactor(tauri): support for building without environmental variables ( #850 )
...
Co-authored-by: Lucas Nogueira <lucas@tauri.studio >
2021-02-09 15:22:04 -03:00
Lucas Fernandes Nogueira
c8f430297f
feat(workflow) improve clippy check, add fmt and audit checks ( #754 )
2020-07-05 22:13:50 -03:00
Lucas Fernandes Nogueira
6d23b0673e
docs(rust) add rustdocs to the crates ( #723 )
2020-06-28 10:34:43 -03:00
Lucas Fernandes Nogueira
d299a2b94d
feat(tauri) CLI args additions (positional args, bool as value for args with takesValue=false) ( #695 )
2020-06-18 13:01:47 -03:00
Lucas Fernandes Nogueira
d3c53ebf30
feat(tauri) make Config globally available ( #681 )
2020-06-17 13:05:51 -03:00
Lucas Fernandes Nogueira
14a1ddfe18
feat(tauri) add app CLI interface config ( #670 )
2020-06-14 23:36:35 -03:00