We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce67474 commit 8adbda6Copy full SHA for 8adbda6
README.md
@@ -10,15 +10,6 @@ You can easily build your game for all supported platforms with a single command
10
### Automatic dependency management
11
Love binaries required for building are downloaded automatically and can easily be managed by using Lover commands.
12
13
-### Finally a good `run` command
14
-When using `lover run` you can pass arguments to your game and even --flags.
15
-
16
-Most tools like **Makefile** and **Cargo** will treat all flags as their own and not allow such things.
17
18
-```
19
-lover run someArgument --someFlag --gameMode=survival
20
21
22
### Default environment variables
23
You can access certain constants like the game's version by the use of `os.getenv()`.
24
```lua
0 commit comments