We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3ef4e1 commit 145185aCopy full SHA for 145185a
bin/p6doc
@@ -56,10 +56,10 @@ sub show-docs(Str $path, :$section) {
56
%*ENV<PERL6_POD_HEADING> = $section;
57
my $i = findbin() ~ '../lib';
58
say "launching '$*EXECUTABLE_NAME -I$i --doc=SectionFilter $path | $pager'" if DEBUG;
59
- shell "$*EXECUTABLE_NAME -I$i --doc=SectionFilter $path | $pager";
+ shell "$*EXECUTABLE_NAME -I$i --doc=SectionFilter $path | fmt -w 80 | $pager";
60
}
61
else {
62
- shell "$*EXECUTABLE_NAME --doc $path | $pager";
+ shell "$*EXECUTABLE_NAME --doc $path | fmt -w 80 | $pager";
63
64
65
0 commit comments