Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
ContenT
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
ContenT
Commits
2aab914d
Commit
2aab914d
authored
Feb 16, 2026
by
Roman Alifanov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move cli library to lib/ directory
parent
5785e16d
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
0 deletions
+6
-0
README.md
README.md
+3
-0
README_ru.md
README_ru.md
+3
-0
cli_demo.ct
examples/cli_demo.ct
+0
-0
cli.ct
lib/cli.ct
+0
-0
No files found.
README.md
View file @
2aab914d
...
...
@@ -352,6 +352,9 @@ bootstrap/ # Bootstrap compiler (Python)
├── awk_codegen.py # AWK generator for @awk
└── stdlib.py # Standard library
lib/ # ContenT libraries
└── cli.ct # CLI library (urfave/cli style)
examples/ # Example .ct programs
```
...
...
README_ru.md
View file @
2aab914d
...
...
@@ -352,6 +352,9 @@ bootstrap/ # Bootstrap-компилятор (Python)
├── awk_codegen.py # AWK-генератор для @awk
└── stdlib.py # Стандартная библиотека
lib/ # Библиотеки на ContenT
└── cli.ct # CLI-библиотека (стиль urfave/cli)
examples/ # Примеры .ct программ
```
...
...
examples/cli_
example/main
.ct
→
examples/cli_
demo
.ct
View file @
2aab914d
File moved
examples/cli_example
/cli.ct
→
lib
/cli.ct
View file @
2aab914d
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment