pub fn do_layout_src(args: &[Value<'_>], state: &mut State<'_>) -> Result<()>Expand description
Switch the display layout to source mode (when available).
If no source layout is available or already in source mode, prints a message accordingly.
ยงErrors
Returns an error if printing fails.