Improve UI with additional info

This commit is contained in:
abhisek
2025-05-14 19:08:25 +05:30
parent 4dcf7cad0b
commit a9d5dc61a6
5 changed files with 57 additions and 4 deletions
+18
View File
@@ -29,6 +29,8 @@ pnpm add <package-name>
- [Binaries](#binaries)
- [Build from Source](#build-from-source)
- [Usage](#usage)
- [Silent Mode](#silent-mode)
- [Verbose Mode](#verbose-mode)
- [Debugging](#debugging)
- [PMG in Action](#pmg-in-action)
- [Malicious Package Detection](#malicious-package-detection)
@@ -95,6 +97,22 @@ npm install <package-name>
pnpm add <package-name>
```
### Silent Mode
Use the `--silent` flag to run PMG in silent mode:
```bash
pmg --silent npm install <package-name>
```
### Verbose Mode
Use the `--verbose` flag to run PMG in verbose mode:
```bash
pmg --verbose npm install <package-name>
```
### Debugging
Use the `--debug` flag to enable debug mode: