Skip to content

Commit

Permalink
An emoji and some blank lines
Browse files Browse the repository at this point in the history
  • Loading branch information
hoshinotsuyoshi committed Dec 26, 2024
1 parent 668f181 commit f2c3ebe
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion frontend/packages/cli/bin/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ function generateWorkflow(type: WorkflowType) {
`# Example workflow for ${type}
# This is a placeholder for the actual workflow content.`,
)
console.info('')
console.info(`Workflow generated: ${filePath}`)
}
}
Expand Down Expand Up @@ -81,7 +82,9 @@ program
.command('init')
.description('Initialize the setup process for your database or ORM')
.action(async () => {
console.info('Welcome to the @liam-hq/cli setup process!')
console.info('')
console.info('👾 Welcome to the @liam-hq/cli setup process!')
console.info('')
await runSetup()
})

Expand Down

0 comments on commit f2c3ebe

Please sign in to comment.