unison-cli-0.0.0
Safe HaskellSafe-Inferred
LanguageHaskell2010

Unison.Codebase.Editor.HandleInput.Rename

Synopsis

Documentation

handleRename :: Path' -> NameSegment -> Text -> Cli () Source #

Rename changes only the final segment of a name. For example, `rename foo.bar.baz Qux` produces `foo.bar.Qux`.