@@ -22,10 +22,9 @@ and the [Kipper website](https://kipper-lang.org)._
22
22
[ ![ DOI] ( https://zenodo.org/badge/411260595.svg )] ( https://zenodo.org/badge/latestdoi/411260595 )
23
23
24
24
<!-- toc -->
25
-
26
- - [ Kipper CLI - ` @kipper/cli ` 🦊✨] ( #kipper-cli---kippercli- )
27
- - [ Usage] ( #usage )
28
- - [ Commands] ( #commands )
25
+ * [ Kipper CLI - ` @kipper/cli ` 🦊✨] ( #kipper-cli---kippercli- )
26
+ * [ Usage] ( #usage )
27
+ * [ Commands] ( #commands )
29
28
<!-- tocstop -->
30
29
31
30
## General Information
@@ -40,30 +39,27 @@ and the [Kipper website](https://kipper-lang.org)._
40
39
# Usage
41
40
42
41
<!-- usage -->
43
-
44
42
``` sh-session
45
43
$ npm install -g @kipper/cli
46
44
$ kipper COMMAND
47
45
running command...
48
46
$ kipper (--version)
49
- @kipper/cli/0.12.0 linux-x64 node-v20.15 .0
47
+ @kipper/cli/0.12.1 linux-x64 node-v23.4 .0
50
48
$ kipper --help [COMMAND]
51
49
USAGE
52
50
$ kipper COMMAND
53
51
...
54
52
```
55
-
56
53
<!-- usagestop -->
57
54
58
55
# Commands
59
56
60
57
<!-- commands -->
61
-
62
- - [ ` kipper compile [FILE] ` ] ( #kipper-compile-file )
63
- - [ ` kipper help [COMMAND] ` ] ( #kipper-help-command )
64
- - [ ` kipper new [LOCATION] ` ] ( #kipper-new-location )
65
- - [ ` kipper run [FILE] ` ] ( #kipper-run-file )
66
- - [ ` kipper version ` ] ( #kipper-version )
58
+ * [ ` kipper compile [FILE] ` ] ( #kipper-compile-file )
59
+ * [ ` kipper help [COMMAND] ` ] ( #kipper-help-command )
60
+ * [ ` kipper new [LOCATION] ` ] ( #kipper-new-location )
61
+ * [ ` kipper run [FILE] ` ] ( #kipper-run-file )
62
+ * [ ` kipper version ` ] ( #kipper-version )
67
63
68
64
## ` kipper compile [FILE] `
69
65
@@ -115,7 +111,7 @@ EXAMPLES
115
111
kipper compile -t ts ./path/to/file.kip -o build/ -e utf16le --warnings --log-timestamp
116
112
```
117
113
118
- _ See code: [ src/commands/compile.ts] ( https://github.com/Kipper-Lang/Kipper/blob/v0.12.0 /kipper/cli/src/commands/compile.ts ) _
114
+ _ See code: [ src/commands/compile.ts] ( https://github.com/Kipper-Lang/Kipper/blob/v0.12.1 /kipper/cli/src/commands/compile.ts ) _
119
115
120
116
## ` kipper help [COMMAND] `
121
117
@@ -132,7 +128,7 @@ OPTIONS
132
128
--all see all commands in CLI
133
129
```
134
130
135
- _ See code: [ src/commands/help.ts] ( https://github.com/Kipper-Lang/Kipper/blob/v0.12.0 /kipper/cli/src/commands/help.ts ) _
131
+ _ See code: [ src/commands/help.ts] ( https://github.com/Kipper-Lang/Kipper/blob/v0.12.1 /kipper/cli/src/commands/help.ts ) _
136
132
137
133
## ` kipper new [LOCATION] `
138
134
@@ -149,7 +145,7 @@ OPTIONS
149
145
-d, --default Use the default settings for the new project. Skips the setup wizard.
150
146
```
151
147
152
- _ See code: [ src/commands/new.ts] ( https://github.com/Kipper-Lang/Kipper/blob/v0.12.0 /kipper/cli/src/commands/new.ts ) _
148
+ _ See code: [ src/commands/new.ts] ( https://github.com/Kipper-Lang/Kipper/blob/v0.12.1 /kipper/cli/src/commands/new.ts ) _
153
149
154
150
## ` kipper run [FILE] `
155
151
@@ -194,7 +190,7 @@ EXAMPLES
194
190
kipper run -t ts -o build/ -e utf8 -s "print('Hello, World!');" --warnings --log-timestamp
195
191
```
196
192
197
- _ See code: [ src/commands/run.ts] ( https://github.com/Kipper-Lang/Kipper/blob/v0.12.0 /kipper/cli/src/commands/run.ts ) _
193
+ _ See code: [ src/commands/run.ts] ( https://github.com/Kipper-Lang/Kipper/blob/v0.12.1 /kipper/cli/src/commands/run.ts ) _
198
194
199
195
## ` kipper version `
200
196
@@ -205,8 +201,7 @@ USAGE
205
201
$ kipper version
206
202
```
207
203
208
- _ See code: [ src/commands/version.ts] ( https://github.com/Kipper-Lang/Kipper/blob/v0.12.0/kipper/cli/src/commands/version.ts ) _
209
-
204
+ _ See code: [ src/commands/version.ts] ( https://github.com/Kipper-Lang/Kipper/blob/v0.12.1/kipper/cli/src/commands/version.ts ) _
210
205
<!-- commandsstop -->
211
206
212
207
## Contributing to Kipper
0 commit comments