rejeep / commander.el

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

Run commander without cask #16

Open jgarte opened 2 years ago

jgarte commented 2 years ago

Hi, all the examples show how to run scripts with cask.

What's the most convenient way to run a commander script without cask?

I'd like to put the script in ~/bin

nakkaya commented 2 years ago

I just use a shebang line at the top and make the script executable. See https://github.com/nakkaya/emacs/blob/master/devops/docker/resources/bin/ob-tangle.sh

conao3 commented 2 years ago

awesome! I've been trying to figure out a way to do this, but your method is easy to understand.