Oscript Builder + Helper
- Rust 67.2%
- 1C Enterprise 32.8%
OScript build helper (Obuild companion) with a core library plus a thin
clap CLI (prefix-matched via infer_subcommands, so `ohelper v g` works).
- version get/set across a module's .ini, WebModule.os, and .oll (SQLite)
- SemVer <-> "1.3 r 4" <-> {'1','3','r','4'} conversions
- resolves a single unambiguous module; companion files must sit under the
module root, else it quits
- set supports --dry-run
- only the list-shaped fVersion in the .oll is touched (Integer service
fVersions are left alone)
|
||
|---|---|---|
| src | ||
| tests | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||