Oscript Builder + Helper
  • Rust 67.2%
  • 1C Enterprise 32.8%
Find a file
ulysia 863ac615a4 Initial prototype: ohelper version get/set
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)
2026-07-07 14:49:51 +02:00
src Initial prototype: ohelper version get/set 2026-07-07 14:49:51 +02:00
tests Initial prototype: ohelper version get/set 2026-07-07 14:49:51 +02:00
.gitignore Initial prototype: ohelper version get/set 2026-07-07 14:49:51 +02:00
Cargo.lock Initial prototype: ohelper version get/set 2026-07-07 14:49:51 +02:00
Cargo.toml Initial prototype: ohelper version get/set 2026-07-07 14:49:51 +02:00