Skip to content

Commit

Permalink
sighs
Browse files Browse the repository at this point in the history
  • Loading branch information
NikkyAI committed Jan 12, 2021
1 parent c54a561 commit a624371
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions voodoo/src/main/kotlin/voodoo/cli/init/InitProjectCommand.kt
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ import java.io.StringWriter
import java.util.*

class InitProjectCommand : CliktCommand(
name = "workingdir",
help = "intializes the working directory",
name = "project",
help = "intializes project in the working directory",
invokeWithoutSubcommand = true
) {
private val logger = KotlinLogging.logger {}
Expand Down

0 comments on commit a624371

Please sign in to comment.