Skip to content

Commit

Permalink
fix: Fixed tag character bug in CITATION.cff
Browse files Browse the repository at this point in the history
  • Loading branch information
Luna-Klatzer committed Sep 27, 2024
1 parent c930f1e commit 393c994
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 12 deletions.
4 changes: 4 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,7 @@ indent_size = 4
[CHANGELOG.md]
indent_size = 2
max_line_length = 120

[CITATION.cff]
indent_style = space
ident_size = 2
8 changes: 4 additions & 4 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ authors:
affiliation: HTL Leonding
orcid: 'https://orcid.org/0009-0001-5332-8988'
- given-names: Lorenz
family-names: Holzbauer
email: l.holzbauer@students.htl-leonding.ac.at
family-names: Holzbauer
email: l.holzbauer@students.htl-leonding.ac.at
affiliation: HTL Leonding
- given-names: Fabian
family-names: Baitura
email: f.baitura@students.htl-leonding.ac.at
family-names: Baitura
email: f.baitura@students.htl-leonding.ac.at
affiliation: HTL Leonding
identifiers:
- type: url
Expand Down
21 changes: 13 additions & 8 deletions kipper/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ and the [Kipper website](https://kipper-lang.org)._
[![DOI](https://zenodo.org/badge/411260595.svg)](https://zenodo.org/badge/latestdoi/411260595)

<!-- toc -->
* [Kipper CLI - `@kipper/cli` 🦊✨](#kipper-cli---kippercli-)
* [Usage](#usage)
* [Commands](#commands)

- [Kipper CLI - `@kipper/cli` 🦊✨](#kipper-cli---kippercli-)
- [Usage](#usage)
- [Commands](#commands)
<!-- tocstop -->

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

<!-- usage -->

```sh-session
$ npm install -g @kipper/cli
$ kipper COMMAND
Expand All @@ -50,16 +52,18 @@ USAGE
$ kipper COMMAND
...
```

<!-- usagestop -->

# Commands

<!-- commands -->
* [`kipper compile [FILE]`](#kipper-compile-file)
* [`kipper help [COMMAND]`](#kipper-help-command)
* [`kipper new [LOCATION]`](#kipper-new-location)
* [`kipper run [FILE]`](#kipper-run-file)
* [`kipper version`](#kipper-version)

- [`kipper compile [FILE]`](#kipper-compile-file)
- [`kipper help [COMMAND]`](#kipper-help-command)
- [`kipper new [LOCATION]`](#kipper-new-location)
- [`kipper run [FILE]`](#kipper-run-file)
- [`kipper version`](#kipper-version)

## `kipper compile [FILE]`

Expand Down Expand Up @@ -202,6 +206,7 @@ USAGE
```

_See code: [src/commands/version.ts](https://github.com/Kipper-Lang/Kipper/blob/v0.12.0/kipper/cli/src/commands/version.ts)_

<!-- commandsstop -->

## Contributing to Kipper
Expand Down

0 comments on commit 393c994

Please sign in to comment.