mirror of
https://github.com/pnpm/pnpm.git
synced 2025-12-23 23:29:17 -05:00
docs(cli/config): mention "property path"
This commit is contained in:
6
.changeset/old-flies-remain.md
Normal file
6
.changeset/old-flies-remain.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
"@pnpm/plugin-commands-config": patch
|
||||
"pnpm": patch
|
||||
---
|
||||
|
||||
Mention "property path" in help message for `pnpm config get`
|
||||
@@ -32,7 +32,7 @@ export function help (): string {
|
||||
name: 'set',
|
||||
},
|
||||
{
|
||||
description: 'Print the config value for the provided key',
|
||||
description: 'Print the config value for the provided key or property path',
|
||||
name: 'get',
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user