Browse Source

Add audit and deny command error messages to respective files

pull/6721/head
kalvinparker 3 months ago
parent
commit
54053f7e28
  1. 18
      audit.txt
  2. 6
      deny-advisories.txt
  3. 6
      deny-licenses.txt
  4. BIN
      workflows.json

18
audit.txt

@ -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

@ -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

@ -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

Binary file not shown.
Loading…
Cancel
Save