gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libeufin] branch master updated: hook the commands


From: gnunet
Subject: [libeufin] branch master updated: hook the commands
Date: Thu, 10 Dec 2020 16:32:34 +0100

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new 61a3e00  hook the commands
61a3e00 is described below

commit 61a3e00ee50bbfac9b7dc01d7dce41d8dc1f69c5
Author: MS <ms@taler.net>
AuthorDate: Thu Dec 10 16:32:24 2020 +0100

    hook the commands
---
 nexus/src/main/kotlin/tech/libeufin/nexus/Main.kt     | 2 +-
 sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/nexus/src/main/kotlin/tech/libeufin/nexus/Main.kt 
b/nexus/src/main/kotlin/tech/libeufin/nexus/Main.kt
index 29299c6..16492b8 100644
--- a/nexus/src/main/kotlin/tech/libeufin/nexus/Main.kt
+++ b/nexus/src/main/kotlin/tech/libeufin/nexus/Main.kt
@@ -104,6 +104,6 @@ class Superuser : CliktCommand("Add superuser or change 
pw") {
 
 fun main(args: Array<String>) {
     NexusCommand()
-        .subcommands(Serve(), Superuser(), ParseCamt())
+        .subcommands(Serve(), Superuser(), ParseCamt(), DropTables())
         .main(args)
 }
diff --git a/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt 
b/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt
index fdd9f22..274500b 100644
--- a/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt
+++ b/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt
@@ -154,7 +154,7 @@ fun BigDecimal.signToString(): String {
 
 fun main(args: Array<String>) {
     SandboxCommand()
-        .subcommands(Serve())
+        .subcommands(Serve(), DropTables())
         .main(args)
 }
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]