mirror of
https://github.com/RubyMetric/chsrc
synced 2025-07-16 04:07:27 +08:00
Add license to header
This commit is contained in:
parent
22beaa7f4c
commit
fababf3aec
@ -14,8 +14,19 @@
|
||||
|
||||
当你需要写一个复杂的C语言字符串的时候,可使用该工具
|
||||
|
||||
出于方便,我们仅使用 `just` 来调用
|
||||
|
||||
```bash
|
||||
cd src/recipe
|
||||
|
||||
# 尽管我们已经在 recipe 目录中了,但是 just 自己会重新切换到项目根目录,所以我们总是给一个相对根目录的路径
|
||||
just rawstr4c ./src/recipe/ware
|
||||
```
|
||||
|
||||
<br>
|
||||
|
||||
|
||||
|
||||
## 配置语法
|
||||
|
||||
```markdown
|
||||
|
@ -1,5 +1,8 @@
|
||||
#!/usr/bin/env raku
|
||||
# ---------------------------------------------------------------
|
||||
# Copyright © 2025-2025 Aoran Zeng
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
# ---------------------------------------------------------------
|
||||
# File Name : rawstr4c.raku
|
||||
# File Authors : Aoran Zeng <ccmywish@qq.com>
|
||||
# Contributors : Nul None <nul@none.org>
|
||||
|
Loading…
x
Reference in New Issue
Block a user