mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-07-11 10:49:31 +00:00
7 lines
206 B
Nim
7 lines
206 B
Nim
import tools/confutils/cli_args
|
|
export cli_args
|
|
|
|
type KernelConf* = distinct WakuNodeConf
|
|
## Raw kernel config; distinct so `new(KernelConf)` doesn't collide with the
|
|
## full-stack `new(WakuNodeConf)`.
|