mirror of
https://github.com/bitwarden/cli
synced 2025-12-16 16:23:30 +00:00
get config value when value not provided
This commit is contained in:
@@ -576,7 +576,7 @@ export class Program extends BaseProgram {
|
||||
});
|
||||
|
||||
program
|
||||
.command('config <setting> <value>')
|
||||
.command('config <setting> [value]')
|
||||
.description('Configure CLI settings.')
|
||||
.on('--help', () => {
|
||||
writeLn('\n Settings:');
|
||||
|
||||
Reference in New Issue
Block a user