mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-07-08 03:01:22 +08:00
init project
This commit is contained in:
Executable
+7
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env ruby
|
||||
|
||||
$:.unshift File.expand_path('../../lib', __FILE__)
|
||||
|
||||
require 'gitlab/cli'
|
||||
|
||||
Gitlab::CLI.start(ARGV)
|
||||
Reference in New Issue
Block a user