diff --git a/src/commands/help.js b/src/commands/help.js index f725d65..b808402 100644 --- a/src/commands/help.js +++ b/src/commands/help.js @@ -1,6 +1,3 @@ export function help() { - console.log( - 'This is sern cli help section\n\n' + - 'Fill me up later!' - ) + console.log('This is sern cli help section\n\n' + 'Fill me up later!'); }