Skip to content

Commit ed0278d

Browse files
committed
work around PROGRAM-NAME displaying a SHA hash
1 parent 42677fc commit ed0278d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/p6doc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ sub show-docs(Str $path, :$section) {
7272
}
7373

7474
multi sub MAIN() {
75-
my $me = $PROGRAM-NAME.IO.basename;
75+
my $me = $PROGRAM-NAME;
7676

7777
say 'What documentation do you want to read?';
7878
say "Examples: $me Type::Str";

0 commit comments

Comments
 (0)