pub fn stack_top(config: &Config) -> Result<()>
Expand description
Display the top item on the stack
ยงErrors
- Return
PathError::FilenameMissing
if thefile
has no filename. - Return
PathError::InvalidPath
if the path part offile
is not a valid path.