View Source GenLSP.Structures.RenameFileOptions (gen_lsp v0.8.1)

Rename file options

Link to this section Summary

Functions

Fields

  • overwrite: Overwrite target if existing. Overwrite wins over ignoreIfExists
  • ignore_if_exists: Ignores if target exists.

Link to this section Types

@type t() :: %GenLSP.Structures.RenameFileOptions{
  ignore_if_exists: boolean() | nil,
  overwrite: boolean() | nil
}

Link to this section Functions

Link to this function

%GenLSP.Structures.RenameFileOptions{}

View Source (struct)

fields

Fields

  • overwrite: Overwrite target if existing. Overwrite wins over ignoreIfExists
  • ignore_if_exists: Ignores if target exists.