mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-09 06:55:03 +00:00
chore(#197): ran prettier on packages/bruno-cli
This commit is contained in:
@@ -5,7 +5,7 @@ const { CLI_EPILOGUE, CLI_VERSION } = require('./constants');
|
||||
|
||||
const printBanner = () => {
|
||||
console.log(chalk.yellow(`Bru CLI ${CLI_VERSION}`));
|
||||
}
|
||||
};
|
||||
|
||||
const run = async () => {
|
||||
const argLength = process.argv.length;
|
||||
|
||||
Reference in New Issue
Block a user