From 02044d33c5b2abcfbcf6afcb03d8aa524c608565 Mon Sep 17 00:00:00 2001 From: Ravi Peters Date: Tue, 12 Nov 2024 17:46:13 +0100 Subject: [PATCH] add basic contributing.md --- docs/cli_application.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cli_application.rst b/docs/cli_application.rst index 69678480..0cb4c1c1 100644 --- a/docs/cli_application.rst +++ b/docs/cli_application.rst @@ -153,6 +153,6 @@ The output of the :program:`roofer` CLI application are `CityJSONSequence ` configuration file for the :program:`roofer` CLI application. It shows all the available options. Noticed that many of these options are also available as command line arguments, incase one option is provided both in the configuration file and as a command line argument, the command line argument takes precedence. +Below is an example of a `TOML `_ configuration file for the :program:`roofer` CLI application. It shows all the available options. Noticed that many of these options are also available as command line arguments, incase one option is provided both in the configuration file and as a command line argument, the command line argument takes precedence. .. literalinclude:: ../apps/roofer-app/example_full.toml