Skip to content
This repository has been archived by the owner on Sep 26, 2020. It is now read-only.

rename file

Gien Verschatse edited this page Dec 23, 2016 · 2 revisions
forge rename file [--name <string>] [--rename <string>] [--project <string>]

Renames a file.

Options

  • --name [-n] <string> - File name.
  • --rename [-r] <string> - New file name.
  • -project [-p] <string> - Project Containing File.

Example

forge rename file -n src/Sample/Sample.fs -r src/Sample/Program.fs -p src/Sample/Sample.fsproj

Clone this wiki locally