Skip to content

Commit 4d5faf7

Browse files
committed
refactor: use -a for log args
1 parent 90f3df7 commit 4d5faf7

File tree

1 file changed

+1
-1
lines changed
  • src/main/kotlin/spp/cli/commands/developer/instrument

1 file changed

+1
-1
lines changed

src/main/kotlin/spp/cli/commands/developer/instrument/AddLog.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class AddLog : CliktCommand(name = "log", help = "Add a live log instrument") {
4343
val source by argument(help = "Qualified class name")
4444
val logFormat by argument(help = "Log format")
4545
val line by option("-line", "-l", help = "Line number").int()
46-
val logArguments by option("-logArgument", "-l", help = "Log argument").multiple()
46+
val logArguments by option("-arguments", "-a", help = "Log arguments").multiple()
4747
val id by option("-id", "-i", help = "Log identifier")
4848
val condition by option("-condition", "-c", help = "Trigger condition")
4949
val expiresAt by option("-expiresAt", "-e", help = "Expiration time (epoch time [ms])").long()

0 commit comments

Comments
 (0)