aboutsummaryrefslogtreecommitdiffstats
path: root/nihil.cli/nihil.cli.ccm
blob: 6d98c058a9d3f59270ca19b339c8db507ee470a0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * This source code is released into the public domain.
 */

module;

export module nihil.cli;

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