Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
cocoapods
Project
Project
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gengmeiios
cocoapods
Commits
7b031069
Commit
7b031069
authored
Mar 09, 2013
by
Fabio Pelosin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[UI] Don't wrap if not being used thorough a TTY
parent
dc60d21a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
user_interface.rb
lib/cocoapods/user_interface.rb
+1
-1
No files found.
lib/cocoapods/user_interface.rb
View file @
7b031069
...
@@ -260,7 +260,7 @@ module Pod
...
@@ -260,7 +260,7 @@ module Pod
# terminal is too small a width of 80 is assumed.
# terminal is too small a width of 80 is assumed.
#
#
def
wrap_string
(
txt
,
indent
=
''
)
def
wrap_string
(
txt
,
indent
=
''
)
if
disable_wrap
if
disable_wrap
||
!
STDIN
.
tty?
txt
txt
else
else
width
=
`stty size`
.
split
(
' '
)[
1
].
to_i
-
indent
.
length
width
=
`stty size`
.
split
(
' '
)[
1
].
to_i
-
indent
.
length
...
...
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