mirror of
https://github.com/bitwarden/cli
synced 2025-12-16 16:23:30 +00:00
Formatting and lint fixes
This commit is contained in:
@@ -669,7 +669,7 @@ export class Program extends BaseProgram {
|
||||
.on('--help', () => {
|
||||
writeLn('\n Notes:');
|
||||
writeLn('');
|
||||
writeLn(' Valid shells are `zsh`.')
|
||||
writeLn(' Valid shells are `zsh`.');
|
||||
writeLn('');
|
||||
writeLn(' Examples:');
|
||||
writeLn('');
|
||||
@@ -680,7 +680,7 @@ export class Program extends BaseProgram {
|
||||
const command = new CompletionCommand();
|
||||
const response = await command.run(cmd);
|
||||
this.processResponse(response);
|
||||
})
|
||||
});
|
||||
|
||||
program
|
||||
.parse(process.argv);
|
||||
|
||||
Reference in New Issue
Block a user