mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-01-27 02:25:47 +01:00
Add audit and deny command error messages to respective files
This commit is contained in:
parent
0951c8d220
commit
54053f7e28
4 changed files with 30 additions and 0 deletions
18
audit.txt
Normal file
18
audit.txt
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
info: syncing channel updates for '1.91.0-x86_64-unknown-linux-gnu'
|
||||
info: latest update on 2025-10-30, rust version 1.91.0 (f8297e351 2025-10-28)
|
||||
info: downloading component 'cargo'
|
||||
info: downloading component 'clippy'
|
||||
info: downloading component 'rust-std'
|
||||
info: downloading component 'rustc'
|
||||
info: downloading component 'rustfmt'
|
||||
info: installing component 'cargo'
|
||||
info: installing component 'clippy'
|
||||
info: installing component 'rust-std'
|
||||
info: installing component 'rustc'
|
||||
info: installing component 'rustfmt'
|
||||
error: no such command: `audit`
|
||||
|
||||
help: a command with a similar name exists: `add`
|
||||
|
||||
help: view all installed commands with `cargo --list`
|
||||
help: find a package to install `audit` with `cargo search cargo-audit`
|
||||
6
deny-advisories.txt
Normal file
6
deny-advisories.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
error: no such command: `deny`
|
||||
|
||||
help: a command with a similar name exists: `bench`
|
||||
|
||||
help: view all installed commands with `cargo --list`
|
||||
help: find a package to install `deny` with `cargo search cargo-deny`
|
||||
6
deny-licenses.txt
Normal file
6
deny-licenses.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
error: no such command: `deny`
|
||||
|
||||
help: a command with a similar name exists: `bench`
|
||||
|
||||
help: view all installed commands with `cargo --list`
|
||||
help: find a package to install `deny` with `cargo search cargo-deny`
|
||||
BIN
workflows.json
Normal file
BIN
workflows.json
Normal file
Binary file not shown.
Loading…
Reference in a new issue