aboutsummaryrefslogtreecommitdiff
path: root/src/cli/stasis
Commit message (Collapse)AuthorAgeFilesLines
* Change signature of check_pathvar()Joseph Hunkeler2024-10-242-2/+2
| | | | * From (char *) to (void)
* Change signature:Joseph Hunkeler2024-10-211-8/+9
| | | | * delivery_gather_tool_versions now returns non-zero if unable to determine a tool's version
* Reduce length of stasis_main.crestructure-the-worldJoseph Hunkeler2024-10-1410-260/+329
|
* Refactor directory structureJoseph Hunkeler2024-10-142-0/+804
* Move core library sources into src/lib/core * Move command-line programs into src/cli