diff --git a/.idea/.gitignore b/.idea/.gitignore
new file mode 100644
index 00000000..13566b81
--- /dev/null
+++ b/.idea/.gitignore
@@ -0,0 +1,8 @@
+# Default ignored files
+/shelf/
+/workspace.xml
+# Editor-based HTTP Client requests
+/httpRequests/
+# Datasource local storage ignored files
+/dataSources/
+/dataSources.local.xml
diff --git a/.idea/misc.xml b/.idea/misc.xml
new file mode 100644
index 00000000..639900d1
--- /dev/null
+++ b/.idea/misc.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
new file mode 100644
index 00000000..e789546c
--- /dev/null
+++ b/.idea/modules.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
new file mode 100644
index 00000000..35eb1ddf
--- /dev/null
+++ b/.idea/vcs.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/lib/commands/unipept/taxa2tree.rb b/lib/commands/unipept/taxa2tree.rb
index 30d0993a..b34015f0 100644
--- a/lib/commands/unipept/taxa2tree.rb
+++ b/lib/commands/unipept/taxa2tree.rb
@@ -4,6 +4,8 @@ class Taxa2Tree < ApiRunner
def initialize(args, opts, cmd)
super
+ @link = false
+
# JSON is the default format for this command
args[:format] = 'json' unless args[:format]
diff --git a/unipept-cli.iml b/unipept-cli.iml
new file mode 100644
index 00000000..bf09199c
--- /dev/null
+++ b/unipept-cli.iml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file