mfer/internal/cli/fetch.go

12 lines
196 B
Go

package cli
import (
"github.com/apex/log"
"github.com/urfave/cli/v2"
)
func (mfa *CLIApp) fetchManifestOperation(c *cli.Context) error {
log.Debugf("fetchManifestOperation()")
return nil
}