rejeep / commander.el

Emacs command line parser
GNU General Public License v3.0
56 stars 8 forks source link

Use string delimiters instead of newline delimiters #3

Closed rejeep closed 11 years ago

rejeep commented 11 years ago

For example, replace this:

(s-concat "^" commander-option-re "$")

with this:

(s-concat "\\`" commander-option-re "\\'")
rejeep commented 11 years ago

Fixed in https://github.com/rejeep/commander.el/commit/b18308d55bce7cf5b7a0b6e0ed5dc81fc2885e69