Searched refs:strip_dash (Results 1 – 1 of 1) sorted by relevance
95 $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