mirror of
https://github.com/safedep/pmg.git
synced 2026-08-03 07:24:09 +02:00
feat: Add config support for UI verbosity level (#175)
* feat: Add config support for UI verbosity level * docs: Add verbosity info in UI doc
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
PMG is an interactive tool. We support multiple interactivity modes such as `silent`, `verbose` etc. to meet different developer experience needs. As such, we need to standardize the UI, UX and interactive messaging guidance for developers.
|
||||
|
||||
The verbosity level can be set per-invocation using `--silent` or `--verbose` CLI flags, or persisted via the `verbosity` option in the [configuration file](config.md).
|
||||
|
||||
## Messaging
|
||||
|
||||
Two types of messages to users are supported:
|
||||
|
||||
Reference in New Issue
Block a user