Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
annotate
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open-source
annotate
Commits
928e997f
Commit
928e997f
authored
Apr 30, 2009
by
Alex Chaffee
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove silly -l shortcut from --model-dir option
parent
8d4c8207
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
annotate
bin/annotate
+1
-1
No files found.
bin/annotate
View file @
928e997f
...
...
@@ -12,7 +12,7 @@ OptionParser.new do |opts|
opts
.
on
(
'-r'
,
'--routes'
)
{
task
=
:annotate_routes
}
opts
.
on
(
'-v'
,
'--version'
)
{
puts
"Annotate v
#{
Annotate
::
VERSION
}
"
;
exit
}
opts
.
on
(
'-m'
,
'--show-migration'
)
{
ENV
[
'include_version'
]
=
"yes"
}
opts
.
on
(
'-
l'
,
'-
-model-dir dir'
)
{
|
dir
|
ENV
[
'model_dir'
]
=
dir
}
opts
.
on
(
'--model-dir dir'
)
{
|
dir
|
ENV
[
'model_dir'
]
=
dir
}
end
.
parse!
begin
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment