Files
langkit/scripts/lkm
Pierre-Marie de Rodat 8beccff706 Introduce lkm, the replacement for manage.py scripts
This new command line tool has the same CLI as current manage.py
scripts, but automatically loads "langkit.yaml" files configurations, so
that language specs do not have to write Python code to subclass
ManageScript.
2025-01-07 15:09:51 +00:00

7 lines
71 B
Python
Executable File

#! /usr/bin/env python3
from langkit.scripts.lkm import main
main()