Skip to main content

not_implemented

Function not_implemented 

Source
pub fn not_implemented(what: &str) -> ExitCode
Expand description

Placeholder for a command that is declared but not built yet.

It exists so the command tree, its help text and the shell completions are real from the first commit; the implementations land behind them.