Forums Help & support Command Line Parameters Reply To: Command Line Parameters

#3676 Reply

Svante
Spectator

Great Matt,

The most simple API for a simple command line version is probably found in the classs ‘AxCryptFile’. See Program.cs for support in parsing a command line, and how to register the necessary dependencies in the dependency injection container with ‘TypeMap.Register’.

If you find you need or would like to make any changes to the core code to facilitate things, let me know or submit a pull request.

Good luck!