Skip to content
Snippets Groups Projects
Commit 6f4b6201 authored by Jacob Vosmaer (GitLab)'s avatar Jacob Vosmaer (GitLab)
Browse files

Add comments about bin/lib separation

parent eb711c83
No related branches found
No related tags found
1 merge request!174Add 'gdk' command wrapper and gem
#!/usr/bin/env ruby
require 'fileutils'
 
# Gitlab Development Kit CLI launcher
#
# Note to contributors: this script must not change (much) because it is
# installed outside the gitlab-development-kit repository with 'gem
# install'.
def main
case ARGV.first
when 'init'
Loading
Loading
# GitLab Development Kit CLI parser / executor
module GDK
PROGNAME = 'gdk'
 
# This function is called from bin/gdk. It must return true/false or
# an exit code.
def self.main
case ARGV.shift
when 'run'
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment