diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/changelog.rb | 2 | ||||
-rw-r--r-- | bin/importmap | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/bin/changelog.rb b/bin/changelog.rb index b3dec3b69..24c037517 100755 --- a/bin/changelog.rb +++ b/bin/changelog.rb @@ -24,7 +24,7 @@ class OptionsParser opts.separator 'Required specific options:' opts.on('-i', '--version_id VERSIONID', - 'Numerical id of the version [int]') do |i| + 'Numerical id of the version [int]. Multiple IDs can be specified using the format `"196|197"`') do |i| options.version_id = i end diff --git a/bin/importmap b/bin/importmap new file mode 100644 index 000000000..36502ab16 --- /dev/null +++ b/bin/importmap @@ -0,0 +1,4 @@ +#!/usr/bin/env ruby + +require_relative "../config/application" +require "importmap/commands" |