aboutsummaryrefslogtreecommitdiffstats
path: root/nihil.cli/nihil.cli.ccm
blob: 9c5cff4be6df52a042f7a6b2d6f70bcc9f44b921 (plain) (blame)
1
2
3
4
5
6
7
8
9
// This source code is released into the public domain.
export module nihil.cli;

export import :command;
export import :command_tree;
export import :dispatch_command;
export import :parse_flags;
export import :registry;
export import :usage_error;