You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

usage.md 939 B

10 years ago
1234567891011121314151617
  1. Usage
  2. =====
  3. The usage is simple:
  4. docnet *options* *folder*
  5. *options* can be:
  6. - -c : clear destination folder.
  7. By default `docnet` doesn't remove any file in the destination folder. When specified it will remove all files and folders recursively in the specified `Destination` folder in the found docnet.json. So use this option with caution, as it won't check whether this is the folder your family photos or precious sourcecode are located!
  8. *folder* is the folder where a docnet.json file is expected to be present.
  9. ##Requirements
  10. `Docnet` is a .NET full application (using .NET 4.6.1) and requires .NET full to run. Not tested on Mono but it's highly likely it works on Mono without a problem. The code uses .NET 4.6.1 but it can be compiled against lower versions of .NET full, it doesn't use .NET 4.6 specific features but as Microsoft supports only the latest .NET 4.x versions, it was a logical choice to use .NET 4.6.1.

No Description

Contributors (1)