File tree Expand file tree Collapse file tree 1 file changed +6
-12
lines changed Expand file tree Collapse file tree 1 file changed +6
-12
lines changed Original file line number Diff line number Diff line change @@ -14,15 +14,9 @@ Using command line you may start scripts with [php ion](https://github.com/php-i
14
14
15
15
# Usage
16
16
17
- * ` ion run <file.php> `
18
- * ` ion eval <php-code> `
19
- * ` ion info `
20
- * ` ion versions ` , ` ion versions all `
21
- * ` ion version <ion-version> `
22
-
23
-
24
- # More one thing
25
-
26
- > How to detect what script started with ionizer
27
-
28
- Check enviroment variable ` IONIZER_STARTER ` via ` getenv('IONIZER_STARTER') ` . Or check ` ION ` class.
17
+ * ` ion run <file.php> ` — parse and execute the specified file, like ` php <file.php> `
18
+ * ` ion eval <php-code> ` — evaluate a string as PHP code, like ` php -r <code> `
19
+ * ` ion info ` — show summary info
20
+ * ` ion versions ` , ` ion versions all ` - show available versions
21
+ * ` ion version <ion-version> ` - switch to specific version
22
+ * and more, see ` ion help `
You can’t perform that action at this time.
0 commit comments