Skip to main content

run

Function run 

Source
pub fn run(args: &SuggestArgs) -> Result<ExitCode, RippyError>
Expand description

Run the rippy suggest command.

§Errors

Returns RippyError if the database cannot be opened or queried, or if applying suggestions fails.