Skip to content

Commit 0ab5a4f

Browse files
authored
Merge pull request #713 from utopia-php/feat-operators
Add operators base
2 parents a83997d + 4eeab1f commit 0ab5a4f

21 files changed

Lines changed: 10502 additions & 583 deletions

bin/cli.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
include 'tasks/index.php';
1414
include 'tasks/query.php';
1515
include 'tasks/relationships.php';
16+
include 'tasks/operators.php';
1617

1718
$cli
1819
->error()

bin/operators

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/sh
2+
3+
php /usr/src/code/bin/cli.php operators "$@"

0 commit comments

Comments
 (0)