ontodev/nanobot.rs

Implement basic `nanobot config` subcommand

jamesaoverton opened this issue · 0 comments

If called without any other arguments, this command should read the nanobot.toml file and merge it with all the default configuration values, then print it as TOML to STDOUT.

I think the way they do it here is good https://zellij.dev/documentation/configuration.html. They call it setup instead of config.