mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
feat(tauri.js) add tauri info command (#236)
* feat(tauri.js) add `tauri info` command * fix(bug-report): add command information - thanks @nklayman for the reminder * fix(tauri-info): add cargo version * feat(tauri.js) add cargo.toml and tauri.conf.json info Co-authored-by: nothingismagick <drthompsonsmagickindustries@gmail.com>
This commit is contained in:
committed by
GitHub
parent
7845ec0e7a
commit
3ce95d2760
9
.github/ISSUE_TEMPLATE/bug_report.md
vendored
9
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -23,13 +23,16 @@ A clear and concise description of what you expected to happen.
|
||||
**Screenshots**
|
||||
If applicable, add screenshots to help explain your problem.
|
||||
|
||||
**Platform (please complete the following information):**
|
||||
**Platform and Versions (please complete the following information):**
|
||||
<!-- You can use the `tauri info` command to get this information -->
|
||||
OS:
|
||||
Node:
|
||||
NPM:
|
||||
Yarn:
|
||||
Tauri Binding:
|
||||
Bundle Target:
|
||||
Rustc:
|
||||
|
||||
**Additional context**
|
||||
Add any other context about the problem here.
|
||||
|
||||
**Stack Trace**
|
||||
<!-- add if applicable -->
|
||||
Reference in New Issue
Block a user