Home
last modified time | relevance | path

Searched refs:strip_dash (Results 1 – 1 of 1) sorted by relevance

/curl/scripts/
H A Dcompletion.pl95 $option .= " --short-option '" . strip_dash(trim($short)) . "'"
97 $option .= " --long-option '" . strip_dash(trim($long)) . "'"
99 $option .= " --description '" . strip_dash(trim($desc)) . "'"
139 sub strip_dash { my $s = shift; $s =~ s/^-+//g; return $s }; subroutine

Completed in 4 milliseconds