@@ -22,10 +22,9 @@ and the [Kipper website](https://kipper-lang.org)._
2222[ ![ DOI] ( https://zenodo.org/badge/411260595.svg )] ( https://zenodo.org/badge/latestdoi/411260595 )
2323
2424<!-- 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 )
2928<!-- tocstop -->
3029
3130## General Information
@@ -40,30 +39,27 @@ and the [Kipper website](https://kipper-lang.org)._
4039# Usage
4140
4241<!-- usage -->
43-
4442``` sh-session
4543$ npm install -g @kipper/cli
4644$ kipper COMMAND
4745running command...
4846$ 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
5048$ kipper --help [COMMAND]
5149USAGE
5250 $ kipper COMMAND
5351...
5452```
55-
5653<!-- usagestop -->
5754
5855# Commands
5956
6057<!-- 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 )
6763
6864## ` kipper compile [FILE] `
6965
@@ -115,7 +111,7 @@ EXAMPLES
115111 kipper compile -t ts ./path/to/file.kip -o build/ -e utf16le --warnings --log-timestamp
116112```
117113
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 ) _
119115
120116## ` kipper help [COMMAND] `
121117
@@ -132,7 +128,7 @@ OPTIONS
132128 --all see all commands in CLI
133129```
134130
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 ) _
136132
137133## ` kipper new [LOCATION] `
138134
@@ -149,7 +145,7 @@ OPTIONS
149145 -d, --default Use the default settings for the new project. Skips the setup wizard.
150146```
151147
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 ) _
153149
154150## ` kipper run [FILE] `
155151
@@ -194,7 +190,7 @@ EXAMPLES
194190 kipper run -t ts -o build/ -e utf8 -s "print('Hello, World!');" --warnings --log-timestamp
195191```
196192
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 ) _
198194
199195## ` kipper version `
200196
@@ -205,8 +201,7 @@ USAGE
205201 $ kipper version
206202```
207203
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 ) _
210205<!-- commandsstop -->
211206
212207## Contributing to Kipper
0 commit comments