Skip to content
1 change: 1 addition & 0 deletions kalamine/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ def make(
@click.option("--1dk/--no-1dk", "odk", default=False, help="Set a custom dead key.")
def create(output_file: Path, geometry: str, altgr: bool, odk: bool) -> None:
"""Create a new TOML layout description."""

create_layout(output_file, geometry, altgr, odk)
click.echo(f"... {output_file}")

Expand Down