summaryrefslogtreecommitdiffhomepage
path: root/cli/CommandLine.cc
AgeCommit message (Collapse)Author
2025-07-17refactor! Lots of breaking changes to the codebase.Amlal El Mahrouss
feat: Rename ‘btb‘ to ‘nebuild‘ to match nekernel.org's naming scheme. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-05-22feat(btb)!: Introducing libBTB, better API.Amlal El Mahrouss
also: - The Codebase has been improved. - Error codes are now string messages. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-04-25dev: update clang-fornat, and codebase.Amlal
Signed-off-by: Amlal <amlal@nekernel.org>
2025-04-23dev: Improve makefile, add BTB_POSIX, and BTB_WINDOWS macro.Amlal El Mahrouss
- Refactor library code for better maintenance. - Improve code quality by using well known macros for status code. - Don't let the CLI pass when '-' is being passed as argument and is not recognized. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-03-28vendor: add: Use rang library now.Amlal El Mahrouss
cli: fix: always check if builder has been allocated after (presumably) allocating one. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-03-27feat(json_builder): tell user when file doesn't with json.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-03-21Update CLI help output with new issue tracker and project attributionAmlal El Mahrouss
- Replaced old issue tracker URL with GitHub Issues link - Clarified author attribution to reflect NeKernel project
2025-03-20META: A bunch of repository update for btb's relevancy.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>