Exemple #1
0
        public static int Main(string[] args)
        {
            var options = configureStoreOptions();

            // MartenCommands is from the Marten.CommandLine nuget
            return(MartenCommands.Execute(options, args));
        }
Exemple #2
0
 public int OnExecute()
 {
     return(MartenCommands.Execute(_options.Value, RemainingArguments));
 }