JuliaLang/julia
在 GitHub 查看Feature request: make `?` print page by page like `man` in Linux
Open
#36,460 创建于 2020年6月27日
docsystemgood first issue
仓库指标
- Star
- (48,709 star)
- PR 合并指标
- (平均合并 20天 6小时) (30 天内合并 157 个 PR)
描述
In a terminal window, when I type in ?foo it prints out the entire documentation (ending with complicated examples often) and I often have to scroll all the way to get the function signature. In contrast, typing in ?foo in the R REPL launches documentation as a "window" starting at the top where one and scroll up and down and press q to exit.
Is it possible to do something like this in the ? mode of the REPL?