1
0
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:
Kyle Spearrin
2020-05-26 09:34:44 -04:00
parent 723ff201f6
commit d6c5d0ec1c
3 changed files with 65 additions and 90 deletions

View File

@@ -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);