mirror of
https://github.com/dolthub/dolt.git
synced 2026-05-02 19:39:56 -05:00
Removing newline
This commit is contained in:
@@ -226,7 +226,6 @@ func (ap *ArgParser) sortedValueOptions() []string {
|
||||
}
|
||||
|
||||
func (ap *ArgParser) matchValueOption(arg string, isLongFormFlag bool) (match *Option, value *string) {
|
||||
|
||||
for _, on := range ap.sortedValueOptions() {
|
||||
lo := len(on)
|
||||
isMatch := len(arg) >= lo && arg[:lo] == on
|
||||
|
||||
Reference in New Issue
Block a user