vue-command icon indicating copy to clipboard operation
vue-command copied to clipboard

add options per commands

Open Phoetaim opened this issue 5 years ago • 1 comments

I did some tests and it should work this way. parser-options should be of the form: { cd:{options}, ls:{options} }

Phoetaim avatar Sep 28 '20 08:09 Phoetaim

While this is a good idea, I think it needs some extra attention.

  • Please rewrite the commit history so your commits follow the conventional commit schema. In your case, this is a (breaking) feature
  • A small test would be nice
  • The props documentation needs to updated

ndabAP avatar Dec 12 '20 08:12 ndabAP