Skip to content

Commit ae29c99

Browse files
committed
Merged next into main
2 parents 44cf5c9 + 393c994 commit ae29c99

File tree

3 files changed

+18
-9
lines changed

3 files changed

+18
-9
lines changed

.editorconfig

+4
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,7 @@ indent_size = 4
1818
[CHANGELOG.md]
1919
indent_size = 2
2020
max_line_length = 120
21+
22+
[CITATION.cff]
23+
indent_style = space
24+
ident_size = 2

CITATION.cff

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ authors:
1111
affiliation: HTL Leonding
1212
orcid: 'https://orcid.org/0009-0001-5332-8988'
1313
- given-names: Lorenz
14-
family-names: Holzbauer
14+
family-names: Holzbauer
1515
1616
affiliation: HTL Leonding
1717
- given-names: Fabian

kipper/cli/README.md

+13-8
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,10 @@ 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-
* [Kipper CLI - `@kipper/cli` 🦊✨](#kipper-cli---kippercli-)
26-
* [Usage](#usage)
27-
* [Commands](#commands)
25+
26+
- [Kipper CLI - `@kipper/cli` 🦊✨](#kipper-cli---kippercli-)
27+
- [Usage](#usage)
28+
- [Commands](#commands)
2829
<!-- tocstop -->
2930

3031
## General Information
@@ -39,6 +40,7 @@ and the [Kipper website](https://kipper-lang.org)._
3940
# Usage
4041

4142
<!-- usage -->
43+
4244
```sh-session
4345
$ npm install -g @kipper/cli
4446
$ kipper COMMAND
@@ -50,16 +52,18 @@ USAGE
5052
$ kipper COMMAND
5153
...
5254
```
55+
5356
<!-- usagestop -->
5457

5558
# Commands
5659

5760
<!-- commands -->
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)
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)
6367

6468
## `kipper compile [FILE]`
6569

@@ -202,6 +206,7 @@ USAGE
202206
```
203207

204208
_See code: [src/commands/version.ts](https://github.com/Kipper-Lang/Kipper/blob/v0.12.0/kipper/cli/src/commands/version.ts)_
209+
205210
<!-- commandsstop -->
206211

207212
## Contributing to Kipper

0 commit comments

Comments
 (0)