status

Function status 

Source
pub fn status(
    exec: Arc<impl TaskRunner<Response = ShellResponse>>,
) -> Result<CmdInfo>
Expand description

Gather the status of the local git repository.

Takes a [Runner] as a parameter and returns a result encapsulating a CmdInfo::StatusModified. Untracked files are not being considered.