Dr. André Müller
Dr. André Müller
There was a syntax error when using the add_document() RESOURCE_FILES parameter.
After changing my Options/Files & Links/Excluded files in Obisidian 1.4.16 (macOS) and restarting Obsidian all tasks found in subfolders of the excluded files are shown. So the todo plugin seems...
Proposed a backward compatible solution to https://github.com/spf13/cobra/issues/2130 Hereto a new flag `ErrorOnUnknownSubcommand` was added to the `Command` struct. Unit tests were added accordingly (TestSubcommandExecuteMissingSubcommand and TestSubcommandExecuteMissingSubcommandWithErrorOnUnknownSubcommand. Fixes #1156 #2130