codemancers / invoker

An awesome utility to manage all your processes in development environment
http://invoker.c9s.dev/
MIT License
460 stars 59 forks source link

wildcard entry #202

Open bhenderson opened 7 years ago

bhenderson commented 7 years ago

I have an invoker.ini file like this:

[foo]
dir = foo

[api.foo]
dir = api

[bar.foo]
dir = bar

My problem is that foo.dev is my "main" site, but I need .foo.dev to go to api (other than bar). My current thinking is to allow a directive wildcard = true or `alias = .foo`