mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-14 05:23:04 +00:00
9 lines
252 B
Plaintext
9 lines
252 B
Plaintext
# -*- mode: snippet -*-
|
|
# key: opt
|
|
# contributor: Translated from TextMate Snippet
|
|
# name: option(..)
|
|
# --
|
|
opts.on( "-${1:o}", "--${2:long-option-name}"${3/^\s*$|(.*\S.*)/(?1:, )/}${3:String},
|
|
"${4:Option description.}" ) do |${6:opt}|
|
|
$0
|
|
end |