/* Copyright © 2023 NAME HERE */ package main import ( "code.ndumas.com/ndumas/obsidian-pipeline/cmd/obp/cmd" ) func main() { cmd.Execute() }