package config // ShowDAGOptions is the options for the build command type ShowDAGOptions struct { } // NewShowDAGOptions creates a new ShowDAGOptions func NewShowDAGOptions() *ShowDAGOptions { return &ShowDAGOptions{} }