c9s
c9s
Purpose: Mapping string value to constant value in PHP space.
``` php $args->add('path')->moreThan(1)->stopAtToken('--'); $args->add('.....'); ```
- [ ] Add built-in ignore list
Needs API design - [ ] Export schedule to cron expression - [ ] Execute command remotely with specific period. Reference: http://laravel.com/docs/master/artisan
This is for the Web UI feature #20
This is to support applications like `git`. when you run a `git foo` command, it will fallback to the script `git-foo`.