JuliaLang/julia
GitHub で見るFeature request: make `?` print page by page like `man` in Linux
Open
#36,460 opened on 2020年6月27日
docsystemgood first issue
Repository metrics
- Stars
- (48,709 stars)
- PR merge metrics
- (平均マージ 20d 6h) (30d で 157 merged PRs)
説明
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?