Skip to content
Snippets Groups Projects

Add 'gdk' command wrapper and gem

Merged Jacob Vosmaer (GitLab) requested to merge gdk-cli into master
1 unresolved thread
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -5,7 +5,7 @@ require 'fileutils'
@@ -5,7 +5,7 @@ require 'fileutils'
#
#
# Note to contributors: this script must not change (much) because it is
# Note to contributors: this script must not change (much) because it is
# installed outside the gitlab-development-kit repository with 'gem
# installed outside the gitlab-development-kit repository with 'gem
# install'.
# install'. Edit lib/gdk.rb to define new commands.
def main
def main
case ARGV.first
case ARGV.first
Loading