mirror of
https://github.com/AdaCore/langkit.git
synced 2026-02-12 12:28:12 -08:00
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.
7 lines
71 B
Python
Executable File
7 lines
71 B
Python
Executable File
#! /usr/bin/env python3
|
|
|
|
from langkit.scripts.lkm import main
|
|
|
|
|
|
main()
|