1 /**
2     Defines the behavior of the `dentist` command line client.
3 
4     Copyright: © 2018 Arne Ludwig <arne.ludwig@posteo.de>
5     License: Subject to the terms of the MIT license, as written in the
6              included LICENSE file.
7     Authors: Arne Ludwig <arne.ludwig@posteo.de>
8 */
9 module darg_plus;
10 
11 public import darg;
12 public import darg_plus.configfile;
13 public import darg_plus.exception;
14 public import darg_plus.hooks;
15 public import darg_plus..string;
16 public import darg_plus.validators;