Skip to content

Commit

Permalink
Adds lcreate alias
Browse files Browse the repository at this point in the history
  • Loading branch information
bougyman committed Feb 5, 2024
1 parent fdab419 commit de07cd4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions exe/lcreate
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env ruby
# frozen_string_literal: true

exec File.join(__dir__, 'lcreate.sh'), *ARGV
2 changes: 2 additions & 0 deletions exe/lcreate.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/usr/bin/env bash
exec lc issue create "$@"

0 comments on commit de07cd4

Please sign in to comment.