jisaacks / ChainOfCommand

Sublime text plugin to run a chain of commands
67 stars 4 forks source link

Allow to use a simple string to run a command #7

Open math2001 opened 7 years ago

math2001 commented 7 years ago

Hey!

Thanks for your plugin, it's really useful.

But, I thought about something that could be improved.

If the command is a string instead of a list, it consider that it doesn't have any args (just like if it was a list with only the command name in it).

Matt