From 685a16155504831c8b5fdb9a4d0a955b21c807bf Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 2 Aug 2017 12:12:07 -0600 Subject: Info command to print some default information --- sinksh/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'sinksh/CMakeLists.txt') diff --git a/sinksh/CMakeLists.txt b/sinksh/CMakeLists.txt index bc487c1..cd12c16 100644 --- a/sinksh/CMakeLists.txt +++ b/sinksh/CMakeLists.txt @@ -19,6 +19,7 @@ set(sink_cli_SRCS syntax_modules/sink_inspect.cpp syntax_modules/sink_drop.cpp syntax_modules/sink_upgrade.cpp + syntax_modules/sink_info.cpp sinksh_utils.cpp repl/repl.cpp repl/replStates.cpp -- cgit v1.2.3