Split "help" into "help" and "help2"; ditch pager
This commit is contained in:
parent
a7a5f14e0c
commit
f262bce57c
13 changed files with 32 additions and 36 deletions
|
@ -65,6 +65,9 @@ sub load($class) {
|
|||
sub FETCH_CODE_ATTRIBUTES {
|
||||
return \$ATTR{ +pop };
|
||||
}
|
||||
sub HELP1 {
|
||||
\$::HELP1{ +shift } = +pop;
|
||||
}
|
||||
sub HELP {
|
||||
\$::HELP{ +shift } = +pop;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue