Skip to content

Commit

Permalink
#121 test driver for the nested subcommand completion script
Browse files Browse the repository at this point in the history
  • Loading branch information
remkop committed Jul 30, 2017
1 parent e0fb330 commit 9fb0105
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/test/resources/hierarchy
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/usr/bin/env bash

HIERARCHY_DIR=`cygpath -w "/cygdrive/c/Users/remko/IdeaProjects/pico-cli/build/libs"`
HIERARCHY_CP="${HIERARCHY_DIR}/picocli-0.9.8-SNAPSHOT.jar;${HIERARCHY_DIR}/picocli-0.9.8-SNAPSHOT-tests.jar"
java -cp "${HIERARCHY_CP}" 'picocli.AutoCompleteTest$TopLevel' $@

0 comments on commit 9fb0105

Please sign in to comment.