mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-07-10 02:09:31 +00:00
5 lines
124 B
Nim
5 lines
124 B
Nim
|
|
import tools/confutils/cli_args
|
||
|
|
export cli_args
|
||
|
|
|
||
|
|
type KernelConf* = WakuNodeConf ## Alias of the CLI-facing `WakuNodeConf`.
|