Skip to content

Commit 5710b90

Browse files
committed
readme
1 parent dbcf86d commit 5710b90

File tree

1 file changed

+22
-6
lines changed

1 file changed

+22
-6
lines changed

README.md

+22-6
Original file line numberDiff line numberDiff line change
@@ -44,18 +44,34 @@ And then run `ninja` **speedy**.
4444

4545
## Usage
4646

47+
`ajnin`: Convert `*.ajnin` into `*.ninja`
4748
```
48-
Usage: ajnin [-h|--help] [-q|--quiet] [-C <chdir>] [-d|--debug] [-o <output>]
49-
[-s|--slice <regex>]... [-S|--solo <regex>]... [--bare]
50-
[<input>]
49+
Usage: ajnin [-h|--help] [-q|--quiet] [-C <chdir>] [-d|--debug] [-o <output>]
50+
[-s|--slice <regex>]... [-S|--solo <regex>]... [--bare]
51+
[<input>]
5152
Note: -s and -S implies --bare, which cannot be override
53+
```
5254

53-
Usage: an [-h|--help] [-q|--quiet] [-C <chdir>] [-o <build.ninja>]
54-
[-s|--slice <regex>]... [-S|--solo <regex>]... [--bare]
55-
[-f <build.ajnin>] [<ninja command line arguments>]...
55+
`an`: Convert `*.ajnin` into `*.ninja` and execute
56+
```
57+
Usage: an [-h|--help] [-q|--quiet] [-C <chdir>] [-o <build.ninja>]
58+
[-s|--slice <regex>]... [-S|--solo <regex>]... [--bare]
59+
[-f <build.ajnin>] [<ninja command line arguments>]...
5660
Note: -s and -S implies -o '', but can be override
5761
```
5862

63+
`sanity`: Convert one `*.ajnin` into multiple `*.ninja`s
64+
```
65+
Usage: sanity [-h|--help] [-q|--quiet] [-C <chdir>]
66+
[-s|--slice <regex>]... [-S|--solo <regex>]...
67+
[-f <build.ajnin>] [-o <sanity.d>]
68+
[-j <parallelism>] [<regex>]...
69+
```
70+
71+
## ajnin Language Reference
72+
73+
Checkout `tests/*.ajnin`. You are on your own. Good luck.
74+
5975
## Legal
6076

6177
This project is licensed under **GNU AGPL v3.0** only. (AGPL-3.0-only).

0 commit comments

Comments
 (0)