Skip to content

Commit

Permalink
Revert "add ascii art"
Browse files Browse the repository at this point in the history
This reverts commit 4da23a0.
  • Loading branch information
John authored and John committed Jul 28, 2019
1 parent bdeae4b commit 5819ec3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 65 deletions.
2 changes: 0 additions & 2 deletions src/main/java/io/dashbase/clue/ClueApplication.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
import java.util.function.Supplier;

import io.dashbase.clue.client.CmdlineHelper;
import io.dashbase.clue.util.AsciiArt;
import net.sourceforge.argparse4j.helper.HelpScreenException;
import net.sourceforge.argparse4j.inf.ArgumentParserException;
import net.sourceforge.argparse4j.inf.Namespace;
Expand Down Expand Up @@ -120,7 +119,6 @@ public void shutdown() throws Exception {


public static void main(String[] args) throws Exception {
AsciiArt.drawString("Clue", "$", System.out);
if (args.length < 1){
System.out.println("usage: <index location> <command> <command args>");
System.exit(1);
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/io/dashbase/clue/client/ClueCommandClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import com.fasterxml.jackson.databind.DeserializationFeature;
import com.fasterxml.jackson.databind.ObjectMapper;
import io.dashbase.clue.util.AsciiArt;
import jline.console.ConsoleReader;
import jline.console.completer.ArgumentCompleter;
import jline.console.completer.Completer;
Expand Down Expand Up @@ -173,7 +172,6 @@ public void run() throws Exception {


public static void main(String[] args) throws Exception {
AsciiArt.drawString("Clue", "$", System.out);
if (args.length != 1){
System.out.println("usage: <url>");
System.exit(1);
Expand Down
61 changes: 0 additions & 61 deletions src/main/java/io/dashbase/clue/util/AsciiArt.java

This file was deleted.

0 comments on commit 5819ec3

Please sign in to comment.