Skip to content

Commit

Permalink
type
Browse files Browse the repository at this point in the history
  • Loading branch information
bowenliang123 committed Nov 28, 2023
1 parent 6a49bfa commit 665e5e8
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,12 @@ package org.apache.kyuubi.util.command

import java.io.File

import scala.util.matching.Regex

object CommandLineUtils {
val CONF = "--conf"

val PATTERN_FOR_KEY_VALUE_ARG = "(.+?)=(.+)".r
val PATTERN_FOR_KEY_VALUE_ARG: Regex = "(.+?)=(.+)".r

/**
* The Java command's option name for classpath
Expand Down

0 comments on commit 665e5e8

Please sign in to comment.