Files
tauri/tauri-api
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
..