meat/lib/meat.ml
atagen 703ac28f52
All checks were successful
Nix Build / nix build (push) Successful in 1m1s
refactor, hunt
2026-03-23 22:38:33 +11:00

10 lines
296 B
OCaml

let yum = Commands.Yum.run
let cook = Commands.Cook.run
let poke = Commands.Poke.run
let gut = Commands.Gut.run
let trade = Commands.Trade.run
let look = Commands.Look.run
let fresh = Commands.Fresh.run
let hunt = Commands.Hunt.run
let help = Commands.Help.run
let meat_print = Common.meat_print